Re: S-PLUS: Multiple plots, same graph



On Oct 5, 8:46 pm, szymk...@xxxxxxxxx wrote:
Hi, I am struggling to find a way to plot multiple time series
overlayed onto one graph in S-PLUS. A method using the interface is
described in "Tips and Tricks: Cool Techniques for Creating
Graphics" (pdf, one can google it), but is there a convenient sequence
of commands to simply plot two (or more) time series in this way? The
operation described in the pdf seems a bit time-consuming.

Thanks,
Dan

Hi Dan-

Without understanding the intricacies of S-PLUS, can you use something
like
matplot() or plot() with points() argument to define new plotting
points as an
overlay? This is what I would try in R.

Matt

.



Relevant Pages