Skip to content
Back to formatted view

Raw Message

Message-ID: <s28c7052.047@lp-msg1.co.ihc.com>
Date: 2005-05-19T16:53:42Z
From: Greg Snow
Subject: Arranging Plots

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