[R] Multiple graph sheets
Prof Brian Ripley
ripley at stats.ox.ac.uk
Thu Jun 19 08:11:50 CEST 2003
On Wed, 18 Jun 2003, Paul, David A wrote:
> In Splus the code
>
> test.lm <- lm(y ~ x, data = test.data)
> plot(test.lm)
>
> generates a graphics window that contains
> multiple graph sheets that one may choose
> from via the "page" tabs at the bottom of
> the window.
>
> Is there a way to do this sort of thing in
> R?
Well, you can only do that in S-PLUS *for Windows* (it is one of several
options for a graphsheet() device). In R for Windows there is a windows()
device where you can turn on history recording and move between plots with
the page keys. (This is in the README!)
One again, R is not S-PLUS, and if you want features of S-PLUS, why not
use it? Especially if they are user-level convenience features.
--
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
More information about the R-help
mailing list