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.

______________________________________________
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