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.