Re: [R] Strip labels: use xyplot() to plot columns in parallel with outer=TRUE

2009-05-14 Thread Deepayan Sarkar
On 5/9/09, John Maindonald wrote: > The following tinkers with the strip labels, where the > different panels are for different levelf of a conditioning > factor. > > tau <- (0:5)/2.5; m <- length(tau); n <- 200; SD <- 2 > x0 <- rnorm(n, mean=12.5, sd=SD) > matdf <- data.frame( >x = as.ve

[R] Strip labels: use xyplot() to plot columns in parallel with outer=TRUE

2009-05-09 Thread John Maindonald
The following tinkers with the strip labels, where the different panels are for different levelf of a conditioning factor. tau <- (0:5)/2.5; m <- length(tau); n <- 200; SD <- 2 x0 <- rnorm(n, mean=12.5, sd=SD) matdf <- data.frame( x = as.vector(sapply((0:5)/2.5, function(s)x0+rnorm(n, sd=2*s))