[R] Par and the size of the page

Shawn Way sway at tanox.com
Thu Jun 14 22:02:29 CEST 2001


I've been trying, without much success, to change the properties of the
device on the Windows (1.3.0) version of R.  What I'm trying to do is move
the plots further away from each other on the device (which will hopefully
translate to the same on the printout) and get the top plot closer to the
top and the bottom closer to the bottom.

I've sized the device to 8.5x11 using 

windows(width=8.5, height=11)
split.screen(c(2,1))
screen(1)
x <- 1:10
plot(x)

screen (2)
plot(x)

I just cannot get these two plot away from each other on the screen or
printout.

Any thoughts?


Shawn Way sway at tanox.com
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
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