Applejus <[EMAIL PROTECTED]> wrote:

> I am trying to convert the following command from SPLUS to R:
> 
> graphsheet(pages = TRUE)
> 
> Does anyone have an idea what is the equivalent in R?

I would use 

windows(record = TRUE)

which won't give a tabbed graphics device, but will allow you to
page and down through the list of plots.

-- 
Mike Prager, NOAA, Beaufort, NC
* Opinions expressed are personal and not represented otherwise.
* Any use of tradenames does not constitute a NOAA endorsement.

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to