Use a device like pdf() or postscript() that supports multiple pages.
Or start a new default device with dev.new() so you can see two
figures simultaneously.

Sarah

On Wed, Jan 20, 2016 at 3:37 PM, Mohsen Jafarikia <jafari...@gmail.com> wrote:
> Hello everyone:
>
> I have 12 plots that I am using par(mfrow=c(3,2)) to have 6 of them in
> a single page. R only prints the 6 first graph in a single page. Any
> comments how I can ask R to print all 12 graphs in two pages.
>
> Thanks very much,
> Mohsen
>

______________________________________________
R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see
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