[R] multiple plots over multiple pages

Dirkheld dirk.bollen at soc.kuleuven.be
Tue May 13 23:56:42 CEST 2008


Hi,

I would like to iterate over a dataframe and plot several graphs over
several pages. For instance, an iteration over the dataframe will result in
20 plots. Since 20 plots in one page is too much (too many small plots)  I
would like to distribute them over 5 pages with each 4 plots.

I know how to create multiple plots on one page with : 
par(mfrow=c(2,2))
 
-- 
View this message in context: http://www.nabble.com/multiple-plots-over-multiple-pages-tp17219274p17219274.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list