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