[R] x-axis order

Gustaf Rydevik gustaf.rydevik at gmail.com
Fri Sep 14 17:31:01 CEST 2007


Hi all,

I have a time series which contain data collected weekly from week 26
to week 25 the following year. How do I plot this data, so that the
x-axis is displaying the week numbers, ordered as in the data?

Thanks in advance,

Gustaf
---
x<-c(26:52,1:25)
y<-rnorm(52)+1:52
plot(x,y)   ## How do I get the x axis to be ordered by the current
ordering of x?



-- 
Gustaf Rydevik, M.Sci.
tel: +46(0)703 051 451
address:Essingetorget 40,112 66 Stockholm, SE
skype:gustaf_rydevik



More information about the R-help mailing list