597.
Cheers
Joris
On Mon, May 31, 2010 at 11:33 AM, Peter Neuhaus wrote:
Dear R-community,
maybe someone can help me with this:
I've been using the loess() smoother for quite a while now, and for
the matter of documentation I'd like to resolve the acronym LOESS.
Unfortunately
Dear R-community,
maybe someone can help me with this:
I've been using the loess() smoother for quite a while now, and for
the matter of documentation I'd like to resolve the acronym LOESS.
Unfortunately there's no explanation in the help file, and I didn't
get anything convincing from google ei
Quoting Duncan Murdoch :
If you use xaxs="i" in your call, the axes won't be extended. If
you want them extended by something other than the default amount,
you should probably use both xaxs="i" and xlim=... for fine control.
perfect!
Thank you very much.
Peter
Dear plotting wizards,
when plotting in R, the actual lengths of the axes are slightly
greater than the ranges of the x/y variables or xlim/ylim values.
how do I control the amount by which the axes are enlarged? Is
there a way to enforce that the lengths of the axes equal
xlim/ylim?
example:
Jim Lemon wrote:
Hi Peter,
The two par arguments "fin" and "pin" allow a solution. What you want is
for the second values in "pin" (Plot dimensions in INches) to be the
same for all your plots. You can get an approximation by using the
layout function instead of mfrow and setting the height v
Greg Snow wrote:
Use outer margins. Try something like:
par(mfrow=c(3,1), mar=c(0,4,0,2)+0.1, oma=c(5,0,3,0)+0.1 )
Then do your plots without resetting margins.
Thanks. Perfect! This little detail has been bothering me for quite a
while...
Also you can use xaxt='n' rather than axes=FALS
Dear R-users,
I often stack plots that have the same x-axis. To save space and have
the plots themselves as large as possible I like to minimize the margins
between the plots to zero. I use the "mfrow" and "mar" parameters to
achieve this.
However, the different margin settings for the individua
7 matches
Mail list logo