[R] for plots

Dieter Menne dieter.menne at menne-biomed.de
Fri Aug 17 08:50:45 CEST 2007


jim holtman <jholtman <at> gmail.com> writes:

> 
> Turn 'Recording" on for the plots.
> 
> windows(record=TRUE)
> 
> or select from the GUI.
> 
> I mean if the object has several plots how can I
> get those?

> > "gam.object <- gam(y ~ s(x,6) + z,data=gam.data)
> > plot(gam.object,se=TRUE)"

Or use something like

par(mfrow=c(3,3)) 

to avoid paging

Dieter



More information about the R-help mailing list