Hi Greg,
This is precisely what I want. xaxt/yaxt='n' did the trick. Thanks for
pointing it out.
MoonStone
--
View this message in context:
http://n4.nabble.com/Multiple-figures-margin-problem-tp1490455p1556134.html
Sent from the R help mailing list archive at Nabble.com.
__
nd(x1,x2), cbind(y1,y2,y3), gap=0 )
--
Gregory (Greg) L. Snow Ph.D.
Statistical Data Center
Intermountain Healthcare
greg.s...@imail.org
801.408.8111
> -Original Message-
> From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-
> project.org] On Behalf Of mnstn
>
Hello Greg,
I tried that and got a similar result. The axes are still hidden. I am
studying R Intro and Fig2A and 3B in
http://research.stowers-institute.org/efg/R/Graphics/Basics/mar-oma/index.htm
. They seem to indicate that the "mar" parameter alone controls the
visibility of axis labels. Am I
...@imail.org
801.408.8111
> -Original Message-
> From: r-help-boun...@r-project.org [mailto:r-help-boun...@r-
> project.org] On Behalf Of mnstn
> Sent: Friday, February 12, 2010 2:49 PM
> To: r-help@r-project.org
> Subject: [R] Multiple figures margin problem
>
&
Hello All,
I am trying to make a figure with 3x2 plots in it. Let us name the plots as
such:
1 2
3 4
5 6
I begin my script with:
par(mfcol=c(3,2))
par(oma=c(0,0,0,0)) --> This is for a postscript figure so I really don't
need the outer margins.
d=5
par(mar=c(d,d,d,d)) --> This applies
5 matches
Mail list logo