On Tue, Nov 23, 2010 at 5:03 PM, Manta <mantin...@libero.it> wrote:
>
>
> Gabor Grothendieck wrote:
>>
>> How to convert a monthly series to a daily series has already been
>> illustrated in multiple ways in this thread.
>>
>
> Fair enough. However, my last question was different. I simply want to know
> if there is a simple neat way to import a monthly series as a zoo object
> indexed by date without applying other function after the import (as in the
> example, using aggregate)
>
> Thanks
>

If by import you mean reading it in from a file you can use the
read.zoo FUN= argument to manipulate the time index as you read it in
(and if you want to aggregate or split it at the same time there are
aggregate= and split= arguments as well).  See ?read.zoo

-- 
Statistics & Software Consulting
GKX Group, GKX Associates Inc.
tel: 1-877-GKX-GROUP
email: ggrothendieck at gmail.com

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to