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=
> .~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 arranged nicely 5 in each row to overall the plots
> is a nice 5 by 5 rectangular grid.
>
>  Is there any way to adjust this in gplot?
>
> Thank you very much.
>
> Best,
> Tom
>
> __
> 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.
>



-- 
http://had.co.nz/

__
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.


[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 arranged nicely 5 in each row to overall the plots
is a nice 5 by 5 rectangular grid.

 Is there any way to adjust this in gplot?

Thank you very much.

Best,
Tom

__
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.