Skip to content

Direction of panel plots in trellis graphics

2 messages · Yan Wong, Gabor Grothendieck

#
Hi,

Using library(lattice), is there any way to tell xyplot to plot  
panels top to bottom, then left to right (i.e. panels are appended  
vertically, then horizontally). as.table changes the plot direction  
from left-to-right then top-to-bottom, to right-to-left then bottom- 
to-top, but that's not quite what I want to do.

Thanks

Yan
#
See this:

http://tolstoy.newcastle.edu.au/R/help/06/08/32543.html

and also the other messages in that thread.
On 7/13/07, Yan Wong <h.y.wong at leeds.ac.uk> wrote: