Re: [R] Multiple graph sheets

2003-06-18 Thread Prof Brian Ripley
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

[R] Multiple graph sheets

2003-06-18 Thread Paul, David A
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? As another example, I have some repeated