Just keep plotting them. You will get additional pages after every four plots. Now I know this is true when using PDF as the output device.
On Tue, May 13, 2008 at 5:56 PM, Dirkheld <[EMAIL PROTECTED]> wrote: > > 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<http://www.r-project.org/posting-guide.html> > and provide commented, minimal, self-contained, reproducible code. > -- Jim Holtman Cincinnati, OH +1 513 646 9390 What is the problem you are trying to solve? [[alternative HTML version deleted]] ______________________________________________ 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.