[R] help: combine multiple 'pairs plots'

2009-10-15 Thread Jesse Poland
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

Re: [R] help: combine multiple 'pairs plots'

2009-10-15 Thread joris meys
Don't know if it will work, but did you try ?layout ? 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

Re: [R] help: combine multiple 'pairs plots'

2009-10-15 Thread joris meys
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

Re: [R] help: combine multiple 'pairs plots'

2009-10-15 Thread Jesse Poland
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

Re: [R] help: combine multiple 'pairs plots'

2009-10-15 Thread Greg Snow
: [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

Re: [R] help: combine multiple 'pairs plots'

2009-10-15 Thread Richard M. Heiberger
Jesse Poland 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