[R] plot a list of trellis objects
Duncan Mackay
dulcalma at bigpond.com
Tue Feb 18 13:11:17 CET 2014
Hi Santosh
for more control on size and position
?lattice::print.trellis
Duncan
Duncan Mackay
Department of Agronomy and Soil Science
University of New England
Armidale NSW 2351
Email: home: mackay at northnet.com.au
-----Original Message-----
From: r-help-bounces at r-project.org [mailto:r-help-bounces at r-project.org] On
Behalf Of Santosh
Sent: Tuesday, 18 February 2014 10:41
To: r-help
Subject: [R] plot a list of trellis objects
Dear Rxperts
Is there a way to control the display order (or simplistically control
panel layout) of a list of trellis objects without using a for loop (or
whatever)?
I just realize that gridExtra has that feature.. (grid.arrange)...
But, converting each of those elements of the list of trellis objects into
an argument to grid.arrange seems to negate the simplicity.. In addition,
if I were to use grid.arrange on a list of trellis objects, is there a way
to pass the list elements as arguments to grid.arrange?
If you have other suggestions, please do..
Regards,
Santosh
[[alternative HTML version deleted]]
______________________________________________
R-help at r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.
More information about the R-help
mailing list