Hello,

I want a 2x1 multi-figure, with each plot 5" square.
Test code:

x<-rnorm(10,0,1)
y<-rnorm(10,0,1)
par(pty="s", mfrow=c(2,1), fin=c(5,5))
plot(x,y)
plot(y,x)

but this does not work (overplots the two figures). Substituting pin for fin
works, but is not what I want. Are mfrow and fin incompatible?
I am basing my code on Fig. 4.6 in MASS4.
Running R 2.2.1 & WinXP.

Thanks
Dan Bebber

Department of Plant Sciences
University of Oxford

______________________________________________
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html

Reply via email to