Re: [R] scales argument in bwplot (lattice)

2011-05-20 Thread Peter Ehlers
On 2011-05-18 17:50, Duncan Mackay wrote: Hi Peter A little late but catching up see ? combineLimits from the latticeExtra package a very welcome addition in particular when combined with useOuterStrips with multiple conditioning I agree that latticeExtra has some very nice goodies, but in t

Re: [R] scales argument in bwplot (lattice)

2011-05-18 Thread Duncan Mackay
Hi Peter A little late but catching up see ? combineLimits from the latticeExtra package a very welcome addition in particular when combined with useOuterStrips with multiple conditioning Regards Duncan Duncan Mackay Department of Agronomy and Soil Science University of New England ARMIDAL

Re: [R] scales argument in bwplot (lattice)

2011-05-17 Thread Peter Ehlers
On 2011-05-17 06:50, Doran, Harold wrote: Suppose I have data such as the following set.seed(12345) tmp<- data.frame(var1 = rnorm(100), var2 = rnorm(100), var3=rnorm(100, 10, 30)) tmp1<- data.frame(vars = with(tmp, c(var1, var2, var3)), type = gl(3, 100)) var3 is on a different scale, but I cr

[R] scales argument in bwplot (lattice)

2011-05-17 Thread Doran, Harold
Suppose I have data such as the following set.seed(12345) tmp <- data.frame(var1 = rnorm(100), var2 = rnorm(100), var3=rnorm(100, 10, 30)) tmp1 <- data.frame(vars = with(tmp, c(var1, var2, var3)), type = gl(3, 100)) var3 is on a different scale, but I create the following plot, which looks terr