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 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 the Reading Data in Zoo

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 wrote: > Hi, > > I'm new to R and tried a search but couldn't find what I was looking for.

[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

2010-08-06 Thread Raghuraman Ramachandran
?xts xts will do what you want. as.xts or xts() are straightforward ways. On Fri, Aug 6, 2010 at 5:11 PM, Serdar Akin wrote: > Hi > > I want to create a TimeSeries object with already defined dates (in the > first vector) so that all the data are coerced as a time series object with > the dates

[R] Creating timeSeries

2010-08-06 Thread Serdar Akin
Hi I want to create a TimeSeries object with already defined dates (in the first vector) so that all the data are coerced as a time series object with the dates as they are. Is there anyone that have an idea what to do? 2010-07-07 3.900833 3.176667 2.754167 2.045833 1.820833 2010-04-21 4.256667