[R] layout question
Zoltan Barta
Z.Barta at bristol.ac.uk
Mon Sep 18 15:54:28 CEST 2000
On Mon, 18 Sep 2000 12:55:28 +0100 (BST) Bill Simpson
<wsi at gcal.ac.uk> wrote:
> I wanted to produce a layout like this:
>
> |----------|
> | |
> | 1 |
> | |
> |-----------------------|
> | | |
> | 2 | 3 |
> | | |
> |-----------------------|
> Three equal sized plots with the top one centred about the other two.
You may want to use this:
nf <- layout(matrix(c(0,1,1,0,2,2,3,3),4,2,byrow=T),respect=T)
Zoltan Barta
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
More information about the R-help
mailing list