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
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
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
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
4 matches
Mail list logo