[R] Quiver in 1d

2007-06-25 Thread fernando espindola
Dear all R-users,

I am try to plot quiver in one dimension, but there is only code for two 
dimension in different R web pages. Somebody know same code that can 
help me in plot quiver in one dimension. Any help gratefully received .

Thanks for all

Fernando

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


Re: [R] Off topic:Spam on R-help increase?

2007-03-06 Thread fernando espindola
Bert Gunter wrote:
 Folks:

 In the past 2 days I have seen a large increase of  spam getting into
 R-help. Are others experiencing this problem? If so, has there been some
 change to the spam filters on the R-servers? If not, is the problem on my
 end?

 Feel free to reply privately. 

 Thanks.

 Bert Gunter
 Genentech Nonclinical Statistics
 South San Francisco, CA 94404
 650-467-7374


   
 

 __
 R-help@stat.math.ethz.ch mailing list
 https://stat.ethz.ch/mailman/listinfo/r-help
 PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
 and provide commented, minimal, self-contained, reproducible code.
   
I have the same problem with the spam, anybody can stop the spam in 
r-help and others mail list, r-sig-robust, etc.

Thanks

-- 
**
Fernando Espindola Rebolledo
Departamento de Evaluacion de Pesquerias
Division de Investigacion Pesquera 
Instituto de Fomento Pesquero
Blanco 839
Valparaiso - Chile
tel: (+56)-32-322442
http://fespindola.mi-pagina.cl/index.htm

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


[R] Error in save function

2007-01-05 Thread fernando espindola
Hi r-user,

I am trying to save same objects in workspace, but the next error 
message is show in line command,

save(area,cent,larg,mran,eddy,dia,vort,slan,file=stat.Rdata)
Erro en save.default(area, cent, larg, mran, eddy, dia, vort, slan, file 
= stat.Rdata) :
5 arguments passed to 'saveToConn' which requires 6

Is there a way to help me solve this problems?

Thank

Fernando

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


[R] don't put line in plot

2006-11-24 Thread fernando espindola

Hi R-user,

I have a problem when try to run the next code:

plot(prueba$IC, type=l)

but plot with type=p, there not problem, I don't know what is the 
problem?? Anybody can help me


Regards,

Fernando

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.


[R] Object polygon data frame

2006-06-16 Thread fernando espindola
Hi User R,

I have a little problem, I am try to plot a polygon data frame object (of
class sp) with two varibles (z1,z2), first plot is the polygon with the
first variable (z1), second is plot the same polygon with the second
variable (z2) in other display. Anybody can get me an advance


Thank!

[[alternative HTML version deleted]]

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html


[R] How add degree character in axis?

2006-06-09 Thread fernando espindola
Hi user R,

I am try to put degree character in axis x, but don't make this.  I have 
the next code:

plot(mot[,5], 
time1,xlim=c(-45,-10),type=l,yaxt=n,ylab=,col=1,lwd=2,xlab=,xaxt=n)

The range of value in axis-x  is  -45 to -10, this values represents the 
longitudes positions in space. I try to put 45°S for real value (-45) in 
the axis-x, and for all elements . Anybody can give an advance in this 
problems.

Thank for all


-- 
**
Fernando Espindola Rebolledo
Departamento de Evaluacion de Pesquerias
Division de Investigacion Pesquera 
Instituto de Fomento Pesquero
Blanco 839
Valparaiso - Chile
tel: (+56)-32-322442
http://fespindola.mi-pagina.cl/index.htm

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html


[R] Time vector in weeks

2006-05-18 Thread fernando espindola
Hi User R

I am try to create a date vector with weeks of the year as show in the 
data below,  for a time series of sea surface temperature near to the 
coast (i.e the points from image that are inside the polygon object; the 
first 20 miles from the coast. Any body can tell me how create this  
time vector, i try to use the next code but the error message show:

strftime(c(paste(fecha[,2],-,fecha[,1],sep=)),format=%W-%Y)
error..wrong class

Thank in advance


fecha-matrix(c(2002,2002,2002,2002,2002,2002,2002,2002,2002,2002,2002,2002,2002,,2002,2002,2002,2002,2002,
2002,2002,2002,2002,2002,2002,2003,2003,2003,2003,2003,2003,2003,2003,2003,2003,2003,2003,2003,2003,2003,
2003,2003,2003,2003,2003,2003,2003,2003,2003,2003,2003,2003,2003,2003,2003,2003,2003,2003,2003,2003,2003,
2003,2003,2003,2003,2003,2003,2003,2003,2003,2003,2003,2003,2003,2003,2003,2003,2004,2004,2004,2004,2004,
2004,2004,2004,2004,2004,2004,2004,2004,2004,2004,2004,2004,2004,2004,2004,2004,2004,2004,2004,2004,2004,
2004,2004,2004,2004,2004,2004,2004,2004,2004,2004,2004,2004,2004,2004,2004,2004,2004,2004,2004,2004,2004,
2004,2004,2004,2004,2004,2004,2005,2005,2005,2005,2005,2005,2005,2005,2005,2005,2005,2005,2005,2005,2005,
2005,2005,2005,2005,2005,2005,2005,2005,2005,2005,2005,2005,2005,2005,2005,2005,2005,2005,2005,2005,2005,
2005,2005,2005,2005,2005,2005,2005,2005,2005,2005,2005,2005,2005,2005,2005,2005,29,30,31,32,33,34,35,36,37,
38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24
 
,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,1,2,3,4,5,6,7,8,9,10,11,12,13,
14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,
51,52,53,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,
39,40,41,42,43,44,45,46,47,48,49,50,51,52),nrow=181,ncol=2)

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html


[R] How extract the names of ID in SpatialPolygons object

2005-12-30 Thread fernando espindola
Hi dear user,

Anybody can tell me how extract the names of ID in  SpatialPolygons  
object,  I am try to link a data frame attributes with spatial polygons, 
but the row names of data frame is not the same that ID poligons.

Thank for all

Fernando

[[alternative HTML version deleted]]

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html