[R] Need help ploting time series

Gabor Grothendieck ggrothendieck at gmail.com
Mon Oct 15 15:11:22 CEST 2007


In the zoo package plot.zoo and xyplot.zoo can do this.

library(zoo)
vignette("zoo")
vignette("zoo-quickref")
?plot.zoo
?xyplot.zoo

On 10/14/07, gsmkb86 <gsmkb_86 at hotmail.com> wrote:
>
> Hi:
> I been having a lot of trouble trying to plot multiple time series on the
> same plot. What I want to do is the following:
> I have a table with sales per day on different states and what i would like
> to do is plot time series for all the diferents states in the same plot
> (divided in small squares, not all the time series together) so I can
> visualize the data; but I do not know how to do this, im kind of new on R,
> so any help is greatly appreciated. Thanks in advance.
>
> ______________________________________________
> 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