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
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
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'
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
4 matches
Mail list logo