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
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
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
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
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
5 matches
Mail list logo