[R] Custom strips in lattice

2008-06-18 Thread Jim Price
I've recently been playing with strip functions for a data presentation I'd like to use, and have a couple questions. I've cannibalised the useOuterStrips function from latticeExtra to give me the following sample code: library(lattice) myData - expand.grid( type = c('First 3

Re: [R] Custom strips in lattice

2008-06-18 Thread Deepayan Sarkar
On 6/18/08, Jim Price [EMAIL PROTECTED] wrote: I've recently been playing with strip functions for a data presentation I'd like to use, and have a couple questions. I've cannibalised the useOuterStrips function from latticeExtra to give me the following sample code: library(lattice)