Re: [R] Need a little help setting the upper median using "layout"...

2009-03-17 Thread jim holtman
try something like this: x <- rnorm(1) # op <- par(mar=c(2,2,2,2), oma=c(0,0,0,0)+.8) op <- par(mar=c(2, 2, 2, 2), oma=c(0,0,0,0)+.8) layout(matrix(c( 4, 4, 4, 4, 4, 4, 2, 2, 2, 3, 3, 3, 1, 1, 1, 3, 3, 3, 1, 1, 1, 3, 3, 3,

[R] Need a little help setting the upper median using "layout"...

2009-03-17 Thread Jason Rupert
The code I'm using is shown below. I would like to have a larger median at the top of the plot so that I can show the entirity of "title_text". Several times I tried messing with "par(mar", but that seemed to make matters worse. By any chance can anyone provide any insight as to the best