Re: [R] graphics layout

2010-10-12 Thread Ben Bolker
avivainvestors.com> writes: > Thanks for this. It's the height parameters that baffle me. > Why are they 1, 1, 1/3, 1/3, 1/3? > Which subscreens do these heights correspond to? > They are relative heights. The top two vertical layers are equal heights, and the bottom three vertical layers

Re: [R] graphics layout

2010-10-12 Thread Murali.Menon
heights work. Thanks, Murali -Original Message- From: Eik Vettorazzi [mailto:e.vettora...@uke.uni-hamburg.de] Sent: 12 October 2010 13:43 To: Menon Murali Cc: r-help@r-project.org Subject: Re: [R] graphics layout Hi Murali try nf <- layout(matrix(c(1:5,6,5,7,5,8), ncol=2, byrow=TRUE), h

Re: [R] graphics layout

2010-10-12 Thread Eik Vettorazzi
Hi Murali try nf <- layout(matrix(c(1:5,6,5,7,5,8), ncol=2, byrow=TRUE), heights=c(1,1,rep(1/3,3)),respect=TRUE) layout.show(nf) hth. Am 12.10.2010 14:19, schrieb murali.me...@avivainvestors.com: > Folks, > > I'm battling the layout() functionality in graphics, and getting a bit mixed > up. I'

[R] graphics layout

2010-10-12 Thread Murali.Menon
Folks, I'm battling the layout() functionality in graphics, and getting a bit mixed up. I'd like to create subscreens like so: _ _ | | | |1|2| |_| | | | | |3|4| |_|_| | |6