Hello everybody,

I'm using the lattice package and the xyplot to make several graphs like below. 
However, I can just print the three grouped plots onto one page as I'm putting 
them into a pdf-file, which gives me a huge amount of pages... Is it possible 
to put them all, or at least more than one on the same page, for instance put 
three groups beside each other like columns?

...
xyplot(Pro ~ Glc | Categories_BBCH_ID, data=fieldTrial0809, pch="°", 
layout=c(1, 3), aspect=1, index.cond=list(3:1))
xyplot(Pro ~ Raf | Categories_BBCH_ID, data=fieldTrial0809, pch="°", 
layout=c(1, 3), aspect=1, index.cond=list(3:1))
xyplot(Pro ~ Suc | Categories_BBCH_ID, data=fieldTrial0809, pch="°", 
layout=c(1, 3), aspect=1, index.cond=list(3:1))
xyplot(Fum ~ Aa | Categories_BBCH_ID, data=fieldTrial0809, pch="°", layout=c(1, 
3), aspect=1, index.cond=list(3:1))
xyplot(Fum ~ Pro | Categories_BBCH_ID, data=fieldTrial0809, pch="°", 
layout=c(1, 3), aspect=1, index.cond=list(3:1))
etc...

All the best,

Joel
                                          
_________________________________________________________________
Nya Windows 7 - Hitta en dator som passar dig! Mer information.
http://windows.microsoft.com/shop
        [[alternative HTML version deleted]]

______________________________________________
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