How would I do something like

xyplot(y + z + w ~ x | v, groups = n, data = dat, main = "My Title",
auto.key = TRUE)

I want the output to be an array of panels, with a column for each value of
v, a row for each of y, z, and w, and with each row having a different
y-axis scale (but the same scale within each row).

Thanks.

- Elliot

--
View this message in context: 
http://r.789695.n4.nabble.com/One-main-title-and-One-legend-for-multiple-lattice-plots-tp1598894p4593320.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
R-help@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.

Reply via email to