Re: [R] order panels in xyplot by increasing slope

2013-06-01 Thread Henric Winell
Ethan, Jim Lemon skrev 2013-05-24 00:09: On 05/24/2013 06:21 AM, Belair, Ethan D wrote: example.plot = xyplot(ht ~ time|tree, data=data, type = c("r", "g", "p"), par.settings=simpleTheme(col="blue"), main="abc", ) example.plot > ..

Re: [R] order panels in xyplot by increasing slope

2013-05-23 Thread Jim Lemon
On 05/24/2013 06:21 AM, Belair, Ethan D wrote: example.plot = xyplot(ht ~ time|tree, data=data, type = c("r", "g", "p"), par.settings=simpleTheme(col="blue"), main="abc", ) example.plot > ... Hi Ethan, This may be what you want: pan

[R] order panels in xyplot by increasing slope

2013-05-23 Thread Belair, Ethan D
I am creating a few dozen multi-panel time series plots using lattice graphics in the lme4 package. Each panel in a given plot represents a tree. each multipanel plot is a particular treatment. Here's my issue: when you use xyplot() to plot this data it orders the panels alphabetically. I would