[R] par(fig) problem

Paul Murrell paul at stat.auckland.ac.nz
Mon Feb 14 21:00:49 CET 2000


hi


> I'd like to plot four graphics on the same page but with different
> sizes. I've tried to use :
> 
> par(fig=c(0,0.5,0,0.6))
> plot(fig1)
> par(fig=c(0.5,1,0,0.6))
> plot(fig2)
> etc...


in case it helps ...

    layout(rbind(c(0, 0), c(1, 2)), heights=c(4, 6))

will do the arrangement described above and ...

    layout.show(2) 

will show what the arrangement looks like.

paul


-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
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