[R] graphsheet

Mike Prager mike.prager at noaa.gov
Mon Aug 18 16:54:36 CEST 2008


Applejus <ielkhoury at gmail.com> 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.



More information about the R-help mailing list