On Wed, 2005-03-09 at 11:21 +0000, [EMAIL PROTECTED] wrote: > Dear All, > > I am rather rusty with my R, but I recall being able to do something like > plot(x1,...);plot(x2,add=TRUE,...) > to plot two series on the same axes. > > Any suggestions how this may be done will be appreciated.
If you have several series with common axes, you can use matplot() and do it with a single function call. See ?matplot for more information. HTH, Marc Schwartz ______________________________________________ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
