[R] graphic widow overwrite
Andrew C. Ward
s195404 at student.uq.edu.au
Fri Aug 22 01:04:47 CEST 2003
You may prefer to use S-PLUS if it does precisely what you
want. In R, you could use postscript() or pdf() to save all
the graphs to a file and then view them at your leisure.
There is always par(ask=TRUE) if you wanted to look at them
on the screen.
Regards,
Andrew C. Ward
CAPE Centre
Department of Chemical Engineering
The University of Queensland
Brisbane Qld 4072 Australia
andreww at cheque.uq.edu.au
Quoting array chip <arrayprofile at yahoo.com>:
> Hi,
>
> I am running a loop to plot multiple plots. In s-plus,
> it shows multiple pages in the graphic window to allow
> checking on each plot. but in R, the next plot always
> overwrite the previous one, so i can only have the
> last plot produced, is there a way to have multiple
> pages in the graphic window just like S-plus does?
>
> Thanks
>
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://www.stat.math.ethz.ch/mailman/listinfo/r-help
>
More information about the R-help
mailing list