Re: [R] Multiple figures margin problem

2010-02-15 Thread mnstn
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.

Re: [R] Multiple figures margin problem

2010-02-13 Thread Greg Snow
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 Sent: Friday, February 12, 2010 3:27 PM To: r-help@r-project.org Subject: Re: [R] Multiple figures margin problem

[R] Multiple figures margin problem

2010-02-12 Thread mnstn
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

Re: [R] Multiple figures margin problem

2010-02-12 Thread Greg Snow
...@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

Re: [R] Multiple figures margin problem

2010-02-12 Thread 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