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
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