What are you trying to accomplish with this? Pairs sets up the device to make the multiple plots and overrides previous splitting.
If you tell us what you want to accomplish, then maybe we can tell you a different way to get the result you want. -- Gregory (Greg) L. Snow Ph.D. Statistical Data Center Intermountain Healthcare greg.s...@imail.org 801.408.8111 > -----Original Message----- > From: r-help-boun...@r-project.org [mailto:r-help-boun...@r- > project.org] On Behalf Of Jesse Poland > Sent: Thursday, October 15, 2009 9:25 AM > To: joris meys > Cc: r-help@r-project.org > Subject: Re: [R] help: combine multiple 'pairs plots' > > Thanks. However, for each function [ par(mfrow=..); layout(); and > split.screen()] the pairs() graphic function creates an new graphic > rather than combining into a single graphic. > > joris meys wrote: > > Don't know if it will work, but did you try ?layout ? Otherwise you > > can take a look at ?split.screen too. > > > > Cheers > > Joris > > > > On Thu, Oct 15, 2009 at 2:39 PM, Jesse Poland <jap...@cornell.edu> > wrote: > >> I would like to combine multiple pairs plots (each one being a > matrix of > >> correlation plots) into a single graphic. I have tried the par() > function, > >> which works well to combine several simple graphs. However, the > pairs() > >> graph seems to override the par() function and produce an new plot, > rather > >> than combining the plots into a single graphic. > >> > >> Thanks, > >> Jesse > >> > >> ______________________________________________ > >> 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. > >> > > > > ______________________________________________ > 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. ______________________________________________ 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.