Displaying 2 results from an estimated 2 matches for "xyploy".
Did you mean:
xyplot
2008 Aug 23
1
ggplot facet: change layout of panels
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
2009 Jun 23
1
ask for help xyplot
I want to make such plot using the following data set
plot Mean with Sd(+/-) by Dim group by Lac
here is data
Does anyone know how to plot using xyploy
Thanks,
Aimin
Mean Sd Var Min Max Dim Lac
704 44.00000 NA NA 44.0 44.0 -30 3
703 45.92000 9.5484030 91.1720000 60.0 34.4 -30 4
702 57.40000 NA NA 57.4 57.4 -30 5
707 49.00000 NA NA 49.0 49.0 -...