[R] Arranging Plots
Greg Snow
greg.snow at ihc.com
Thu May 19 18:53:42 CEST 2005
Using layout(matrix(c(1,1,2,2,0,3,3,0),2,3,byrow=TRUE))
may be closer to what the original intent was.
Greg Snow, Ph.D.
Statistical Data Center, LDS Hospital
Intermountain Health Care
greg.snow at ihc.com
(801) 408-8111
>>> "Lapointe, Pierre" <Pierre.Lapointe at nbf.ca> 05/19/05 05:51AM >>>
Try this:
layout(matrix(c(1,0,2,0,3,0),2,3,byrow=TRUE))
plot(runif(10),main="P1")
plot(runif(10),main="P2")
plot(runif(10),main="P3")
Regards,
Pierre Lapointe
Assistant Market Strategist
National Bank Financial
***********************************************************************************
AVIS DE NON-RESPONSABILITE:\ Ce document transmis par
courri...{{dropped}}
______________________________________________
R-help at 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
More information about the R-help
mailing list