[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 15:55:41 CEST 2012


Convert your data to a zoo object and plot() that.

?zoo

There's a whole bunch of documentation for plot.zoo available.

Michael

On Mon, Apr 2, 2012 at 9:49 AM, Hurr <hill0093 at umn.edu> wrote:
> Thanks much for the reply.
> I did the ?ts and it seems to be for equal interval time series.
> Our time series are hardly ever equal interval.
> The time is in the first column used for the abscissa.
> Probably need the easiest simplest tier plot.
> When I say plot, it wants limits and stuff.
> I guess it can't figure it out by itself from the data.
>
>
> --
> View this message in context: http://r.789695.n4.nabble.com/How-do-I-get-a-rough-quick-utility-plot-of-a-time-series-tp4522709p4526070.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