[R] R - C programm. calling load() from within C code

2005-04-26 Thread javier garcia - CEBAS
Hi! This is the first time I'm trying to write a C program to be linked with R by my own and I've got one (main) problem 1) I've got a stack of big matrixes, so to manage them I' using save() in the preparation process to save workspace (they are about 1000 matrixes and each one occupies 4.2

[R] Best device for printing quality

2004-09-23 Thread javier garcia - CEBAS
Hi all; Just to ask you for your advise about what is the best way to get the best quality for graphics to be incorporated into a printed article (I'm mainly a Linux useR, but also use the windows R version) Thanks and best regards, Javier Garcia __

[R] changing default labels of axis in ts plots

2004-09-01 Thread javier garcia - CEBAS
Hi; I'm in Spain and my locale and tz are the spanish one, and I'm using plot() with irregular time series. And I would like to change the default labels in x and y axis: 1) The labels of months in the x axis of the plots appear in Spanish - c(Enero,Febrero,...) - and I would like them to

RE: [R] Fwd: strptime() problem? - Resolved

2004-08-22 Thread javier garcia - CEBAS
behaviour, the first procedure should give the same result. Shouldn't it? Thanks all and best regards. --- --- El Mar 17 Ago 2004 20:02, javier garcia - CEBAS escribió: -- Mensaje reenviado -- Subject: RE: [R] Fwd: strptime() problem? Date: Tue, 17 Aug 2004 11:57:46

[R] strptime() bug? And additional problem in package tseries

2004-08-17 Thread javier garcia - CEBAS
Hi all, I've got some problems with irts objects, one of which could be a bug: 1) Read a table with several columns from Postgres and the first column is Timestamp with timezone (this is OK). An extract is: raincida$ts: [2039] 25/03/2000 22:00:00 UTC 25/03/2000 23:00:00 UTC [2041] 26/03/2000

[R] Fwd: strptime() problem?

2004-08-17 Thread javier garcia - CEBAS
Hi all; I've already send a similar e-mail to the list and Prof. Brian Ripley answered me but my doubts remain unresolved. Thanks for the clarification, but perhaps I wasn't clear enough in posting my questions. I've got a postgres database which I read into R. The first column is Timestamp

[R] error using daisy() in library(cluster). Bug?

2004-08-12 Thread javier garcia - CEBAS
Hi, I'm using the cluster library to examine multivariate data. The data come from a connection to a postgres database, and I did a short R script to do the analisys. With the cluster version included in R1.8.0, daisy worked well for my data, but now, when I call daisy, I obtain the following

[R] plot - labels in axis doubt

2004-06-22 Thread javier garcia - CEBAS
Hi all; I need to add lines to a plot and an additional axis in the right side with a specific scale for this second serie of data. I've seen once this but I can't find it now nor can manage to do it. The tickmarks can ve the same that the default left axis, but how could I indicate the labels?

[R] Fwd: plot - labels in axis doubt, Resolved

2004-06-22 Thread javier garcia - CEBAS
doubt Date: Tue, 22 Jun 2004 11:08:17 +0200 From: javier garcia - CEBAS [EMAIL PROTECTED] To: R-Help [EMAIL PROTECTED] Hi all; I need to add lines to a plot and an additional axis in the right side with a specific scale for this second serie of data. I've seen once this but I can't find it now nor

[R] identify() - image()

2004-05-26 Thread javier garcia - CEBAS
Hi all; Just to ask if you know about any available function in R to identify points in a image plotted in X11. Something like the function identify(), but able to extract (x,y,value) groups from the image. Thanks and best regards, Javier __ [EMAIL

[R] integrate over a serie

2004-05-14 Thread javier garcia - CEBAS
Hi all; I've got temporal series of data. And I'm plotting it with the type 'l', and with a interpolating slipe. Could you advise me about the best way to calculate the area under any of these curves. I know it is very easy to calculate the first one, although have no idea of the second

[R] formated output

2004-03-21 Thread javier garcia - CEBAS
Hi all; I need to create ASCII files as output from R and I'm using sink(), cat(), and paste() for this. My problem is that the ASCII files hace several columns, and I would like to know if intermediate columns (the second one for example) could be alineated to the right. My values are integer

[R] precision in operations

2003-11-07 Thread javier garcia - CEBAS
Hi all; could you remind me what is the function to change the precision of the operations done in R? I can't remember nor find it. Best regards Javier __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help

[R] output in a list

2003-10-22 Thread javier garcia - CEBAS
Hello. I've got a very short question. I've got a vector with about 800 numbers; and I would like to put them in a file, but I need them to be written just one value in each row. Is this possible? Best regards Javier __ [EMAIL PROTECTED] mailing

[R] three short questions

2003-07-11 Thread javier garcia - CEBAS
Hi all; This is my first message to the list, and I've got three basic questions: How could I insert comments in a file with commands to be used as source in R? Is it possible to quickly display a window with all the colors available in colors()? How? I'm displaying points, but they overlap,