[R] strip names lattice graphics

2008-07-31 Thread GOUACHE David
R-helpers, I'm having difficulty with customizing strip names for a lattice graphic. Here is an example using the iris data set : xyplot(Sepal.Length+Sepal.Width~Petal.Length,groups=Species,data=iris) ## I'd like to change the 2 strip names to "Length" and "Width" for example, this is what

Re: [R] strip names lattice graphics

2008-07-31 Thread Deepayan Sarkar
On Thu, Jul 31, 2008 at 1:30 PM, GOUACHE David <[EMAIL PROTECTED]> wrote: > R-helpers, > > I'm having difficulty with customizing strip names for a lattice graphic. > > Here is an example using the iris data set : > > xyplot(Sepal.Length+Sepal.Width~Petal.Length,groups=Species,data=iris) > > ## I'd