[R] How do I get a rough quick utility plot of a time series?

R. Michael Weylandt michael.weylandt at gmail.com
Mon Apr 2 16:44:38 CEST 2012


Yes, zoo is a package for irregular time series but it needs to be
installed (only once) and loaded (again every new session)

install.packages("zoo") # Will install
library(zoo) # Do this every session

Michael

On Mon, Apr 2, 2012 at 10:31 AM, Hurr <hill0093 at umn.edu> wrote:
> I tried ?zoo, but it's not available.
> Do I do something to make it available?
>
> Thanks Sarah, it's incomprehensible to me too.
> That's why I showed you the data and asked.
>
>
> --
> View this message in context: http://r.789695.n4.nabble.com/How-do-I-get-a-rough-quick-utility-plot-of-a-time-series-tp4522709p4526183.html
> Sent from the R help mailing list archive at Nabble.com.
>
> ______________________________________________
> R-help at 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.



More information about the R-help mailing list