Re: [R] ggplot facet: change layout of panels

2008-08-23 Thread hadley wickham
Hi Tom, Not yet, but I'm working on it for the next version. Regards, Hadley On Sat, Aug 23, 2008 at 10:08 AM, Tom Boonen <[EMAIL PROTECTED]> wrote: > Hi, > > is there anyway to adjust how ggplot(facet=) displays the layout of > panels? I have a dataset with many 25 groups and gplot(y,x,facet=

[R] ggplot facet: change layout of panels

2008-08-23 Thread Tom Boonen
Hi, is there anyway to adjust how ggplot(facet=) displays the layout of panels? I have a dataset with many 25 groups and gplot(y,x,facet= .~group) displays all 25 y~x plots next to each other so overall the plot is too wide. if i do the same plot in lattice xyploy(y~x|group) the y~x plots are arra