[R] multiple plots in single frame: 2 upper, 1 lower
DrCJones
matthias.goddard at gmail.com
Wed Jul 20 01:07:47 CEST 2011
Hi,
par(mfrow = c(2,2))
will create a 2x2 window that I can use to plot 4 diferent figures in:
[plot1 plot2]
[plot3 plot4]
But how can do 3 so that the bottom spans the width of the upper two:
[plot1 plot1]
[p l o t 3]
Is this possible in R?
--
View this message in context: http://r.789695.n4.nabble.com/multiple-plots-in-single-frame-2-upper-1-lower-tp3679574p3679574.html
Sent from the R help mailing list archive at Nabble.com.
More information about the R-help
mailing list