Nick Torenvliet
2011-Jan-23 02:02 UTC
[R] Plotting multiple xts/zoo time series on a single plot.
So I've got a 154 column wide xts time series object and I want to plot the 154 series on a single plot and have the added benefit of the time series dates on the x axis. Any suggestions for plotting functions, maplot works but does not give dates on the axis and I can't seem to get plot to give me more than one series. Nick [[alternative HTML version deleted]]
Joshua Ulrich
2011-Jan-23 02:04 UTC
[R] Plotting multiple xts/zoo time series on a single plot.
See ?plot.zoo, specifically plot.type="single". -- Joshua Ulrich ?| ?FOSS Trading: www.fosstrading.com On Sat, Jan 22, 2011 at 8:02 PM, Nick Torenvliet <nick.torenvliet at gmail.com> wrote:> So I've got a 154 column wide xts time series object and I want to plot the > 154 series on a single plot and have the added benefit of the time series > dates on the x axis. > > Any suggestions for plotting functions, maplot works but does not give dates > on the axis and I can't seem to get plot to give me more than one series. > > Nick > > ? ? ? ?[[alternative HTML version deleted]] > > ______________________________________________ > 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. >