Dear r-helpers,
Does anyone have a straightforward example of putting together three  
unrelated (expect for a common y-axis) xyplot() figures in what would  
be in base graphics a par(mfrow = c(1, 3)) arrangement?
_____________________________
Professor Michael Kubovy
University of Virginia
Department of Psychology
USPS:     P.O.Box 400400    Charlottesville, VA 22904-4400
Parcels:    Room 102        Gilmer Hall
         McCormick Road    Charlottesville, VA 22903
Office:    B011    +1-434-982-4729
Lab:        B019    +1-434-982-4751
Fax:        +1-434-982-4766
WWW:    http://www.people.virginia.edu/~mk9y/
Check out: https://stat.ethz.ch/pipermail/r-devel/2005-June/033508.html On Jan 12, 2008 4:46 PM, Michael Kubovy <kubovy at virginia.edu> wrote:> Dear r-helpers, > > Does anyone have a straightforward example of putting together three > unrelated (expect for a common y-axis) xyplot() figures in what would > be in base graphics a par(mfrow = c(1, 3)) arrangement?
On 1/12/08, Michael Kubovy <kubovy at virginia.edu> wrote:> Dear r-helpers, > > Does anyone have a straightforward example of putting together three > unrelated (expect for a common y-axis) xyplot() figures in what would > be in base graphics a par(mfrow = c(1, 3)) arrangement?See the examples in ?print.trellis. -Deepayan