Re: [R] to extract particular date/data

2008-05-02 Thread Gabor Grothendieck
Have a look at the zoo package which has three vignettes and R News 4/1. On Fri, May 2, 2008 at 12:27 AM, Roslina Zakaria <[EMAIL PROTECTED]> wrote: > Hi R-expert, > If I have this daily rainfall data, how do call a particular day? > Year,Month,Day,Amount > 1900,12,22,1.3 > 1900,12,23,0 > 1900,12,

Re: [R] to extract particular date/data

2008-05-02 Thread Richard . Cotton
> If I have this daily rainfall data, how do call a particular day? > Year,Month,Day,Amount > 1900,12,22,1.3 > 1900,12,23,0 > 1900,12,24,0 > 1900,12,25,0 > 1900,12,26,0 > 1900,12,27,0 > 1900,12,28,0 > 1900,12,29,4.8 > 1900,12,30,0.3 > 1900,12,31,0.5 > 1901,1,1,0 > 1901,1,2,3 > 1901,1,3,0 > 1901,1,4

[R] to extract particular date/data

2008-05-01 Thread Roslina Zakaria
Hi R-expert, If I have this daily rainfall data, how do call a particular day? Year,Month,Day,Amount 1900,12,22,1.3 1900,12,23,0 1900,12,24,0 1900,12,25,0 1900,12,26,0 1900,12,27,0 1900,12,28,0 1900,12,29,4.8 1900,12,30,0.3 1900,12,31,0.5 1901,1,1,0 1901,1,2,3 1901,1,3,0 1901,1,4,0.5 1901,1,5,0 190