Re: [R] Same plot size with mfrow()

2013-07-09 Thread David Winsemius
On Jul 9, 2013, at 5:12 PM, David Winsemius wrote: > > On Jul 9, 2013, at 3:23 PM, Charlie Brown wrote: > >> Hello, >> >> I want to plot similar to the example below. I want to remove the X and Y >> axis labels to avoid redundancy, but then want to make the spaces between >> plots smaller. W

Re: [R] Same plot size with mfrow()

2013-07-09 Thread David Winsemius
On Jul 9, 2013, at 3:23 PM, Charlie Brown wrote: > Hello, > > I want to plot similar to the example below. I want to remove the X and Y > axis labels to avoid redundancy, but then want to make the spaces between > plots smaller. When I do this (see below), I end up with plots of > different si

Re: [R] Same plot size with mfrow()

2013-07-09 Thread Charlie Brown
Hi Bert, Sorry, I am using base graphics. Please assume that the plots in columns share a common x-variable, the same is true for rows and y-variables. I think what I need is a way to add column and row titles to a plot matrix created with par(mfrow()), or how to extend the plot so that the axes

Re: [R] Same plot size with mfrow()

2013-07-09 Thread Bert Gunter
It is hard to know what to recommend, as you don't give us any context. If the plots are interrelated in certain ways, lattice and ggplot both provide conditioning plots.Check vignettes and documentation for these packages. For base graphics, ?layout may be what you want. Cheers, Bert On Tue, J

[R] Same plot size with mfrow()

2013-07-09 Thread Charlie Brown
Hello, I want to plot similar to the example below. I want to remove the X and Y axis labels to avoid redundancy, but then want to make the spaces between plots smaller. When I do this (see below), I end up with plots of different sizes (I want the plots to be exactly the same dimensions). Coul