[R] strip.custom with strip on left for three conditioning variables

2010-03-31 Thread Pat Schmitz
I want to use a strip.custom as with useOuterStrips for three conditioning variables. useOuterStrips restricts this to only two conditioning variables, and I cannot figure out how to write strip.custom properly to do this. library(lattice) mtcars$HP - equal.count(mtcars$hp) #with two factors

Re: [R] strip.custom with strip on left for three conditioning variables

2010-03-31 Thread Duncan Mackay
Hi This is untested but I think for this to work you will need to add scales eg scales = list(x = list(relation = free), y = list(relation = free)), also you will need to adjust the axis limits and a few other things. With the axis limits it is easier to start with a small number to get