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
[EMAIL PROTECTED]
(801) 408-8111

>>> "Lapointe, Pierre" <[EMAIL PROTECTED]> 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}}

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

______________________________________________
[email protected] 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