[R] Creating Timeseries by manipulating data table

2011-11-15 Thread Chuske
Hi, I'm new to R and tried a search but couldn't find what I was looking for. I have some data as a csv file with columns:- longditude latitude year month rainfall region What I need to do is produce a monthly time series for each region, where region is an integer id and where each time point

Re: [R] Creating Timeseries by manipulating data table

2011-11-15 Thread R. Michael Weylandt
It's a big subject and various mechanisms exist, but you should probably start by looking into the zoo package and the read.zoo() function. Hope that helps, Michael On Tue, Nov 15, 2011 at 8:03 AM, Chuske jrm...@ex.ac.uk wrote: Hi, I'm new to R and tried a search but couldn't find what I was

Re: [R] Creating Timeseries by manipulating data table

2011-11-15 Thread Gabor Grothendieck
On Tue, Nov 15, 2011 at 8:20 AM, R. Michael Weylandt michael.weyla...@gmail.com wrote: It's a big subject and various mechanisms exist, but you should probably start by looking into the zoo package and the read.zoo() function. Note that there is an entire vignette on read.zoo, as well. See