Dear R People: In S Plus, if you have a function which calls the plot function several times, you get several "pages" of graphics output. Is there an eqivalent in R, please? R version 2.2.1 windows Thanks in advance! Sincerely, Erin Hodgess Associate Professor Department of Computer and Mathematical Sciences University of Houston - Downtown mailto: hodgess at gator.uhd.edu
Erin Hodgess wrote:> Dear R People: > > In S Plus, if you have a function which calls the plot > function several times, you get several "pages" of graphics > output. > > Is there an eqivalent in R, please?Yes, for e.g. postscript() and pdf() devices the default is to plot each new plot on a separate page. Uwe Ligges> R version 2.2.1 windows > > Thanks in advance! > > Sincerely, > Erin Hodgess > Associate Professor > Department of Computer and Mathematical Sciences > University of Houston - Downtown > mailto: hodgess at gator.uhd.edu > > ______________________________________________ > R-help at stat.math.ethz.ch mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
On Tue, 10 Jan 2006, Erin Hodgess wrote:> Dear R People: > > In S Plus, if you have a function which calls the plot > function several times, you get several "pages" of graphics > output.Only on a graphsheet, I believe.> Is there an eqivalent in R, please?Pretty close, on a windows() device. Look for `record' on its help page, or look at the README.R-2.2.1 or the rw-FAQ or explore the history menu on the device. -- Brian D. Ripley, ripley at stats.ox.ac.uk Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272866 (PA) Oxford OX1 3TG, UK Fax: +44 1865 272595