Re: [R] Lattice xyplot: same scales within one factor

2009-08-03 Thread OB
Thank you! I ended up hunting down a few previous posts you made and getting it to to work, although yes, it was not pretty. -Orion On 8/3/09 10:30 am, "Deepayan Sarkar" wrote: > On Mon, Jul 13, 2009 at 8:33 AM, OB wrote: >> I am using R 2.8.1 and lattice to produce xyplots conditioned on >> tw

Re: [R] Lattice xyplot: same scales within one factor

2009-08-03 Thread Deepayan Sarkar
On Mon, Jul 13, 2009 at 8:33 AM, OB wrote: > I am using R 2.8.1 and lattice to produce xyplots conditioned on > two factors. What I would like is to have the scales be free between values > of one factor, but some within. Thus, in this example, > > xyplot(mpg ~ disp | factor(gear) + factor(cyl), mt

[R] Lattice xyplot: same scales within one factor

2009-07-13 Thread OB
I am using R 2.8.1 and lattice to produce xyplots conditioned on two factors. What I would like is to have the scales be free between values of one factor, but some within. Thus, in this example, xyplot(mpg ~ disp | factor(gear) + factor(cyl), mtcars,     scales=list(x=list(relation="free")))

[R] Lattice xyplot: same scales within one factor

2009-07-09 Thread OB
I am using R 2.8.1 and lattice to produce xyplots conditioned on two factors. What I would like is to have the scales be free between values of one factor, but some within. Thus, in this example, xyplot(mpg ~ disp | factor(gear) + factor(cyl), mtcars,     scales=list(x=list(relation="free")))

[R] Lattice xyplot: same scales within one factor

2009-07-09 Thread Orion Buske
I am using R 2.8.1 and lattice to produce xyplots conditioned on two factors. What I would like is to have the scales be free between values of one factor, but some within. Thus, in the example: xyplot(mpg ~ disp | factor(gear) + factor(cyl), mtcars, scales=list(x=list(relation="free")))