Re: [R] plotting variable sections of hourly time series data using plot.zoo

2007-05-31 Thread Gabor Grothendieck
There seems to be an error in your names(DF) <- line so I just renamed the first 4 fields. Try this: # Should be 3 lines in Lines. Lines <- " MM DD HHP-ukP-kor P-SME EPOTEREA RO R1 R2 RGES S-SNO SISSM SUZSLZ 2003 1 1 10.385 0.456

Re: [R] plotting variable sections of hourly time series data using plot.zoo

2007-05-31 Thread Gabor Grothendieck
Regarding your other questions: plot(z[,3:5]) # only plot columns 3 to 5 # only plot between indicated times st <- chron("01/01/03", "02:00:00") en <- chron("03/26/2003", "07:00:00") zz <- window(z, start = st, end = en) plot(zz) On 5/31/07, Gabor Grothendieck <[EMAIL PROTECTED]> wrote: > Th

[R] plotting variable sections of hourly time series data using plot.zoo

2007-05-31 Thread Jan . Schwanbeck
Dear list, I have to look examine hourly time - series and would like to plot variable section of them using plot.zoo. Hourly time series data which looks like this: MM DD HHP-ukP-kor P-SME EPOTEREA RO R1 R2 RGES S-SNO SISSM SUZSLZ 2003 1