[R] xyplot 3 panels 3 different Y variables

RICHARD M. HEIBERGER rmh at temple.edu
Fri Feb 5 05:50:15 CET 2010


Continuing from your JUNK example:

xyplot(Creatinine + Estrogen + Ratio ~ Day, data=JUNK, type="l",
outer=TRUE, layout=c(1,3),
         scales=list(y=list(relation="free")))



More information about the R-help mailing list