[R] Lattice: useOuterStrips and axes

2011-03-01 Thread Jim Price
Consider the following: library(lattice) library(latticeExtra) temp - expand.grid( subject = factor(paste('Subject', 1:3)), var = factor(paste('Variable', 1:3)), time = 1:10 ) temp$resp - rnorm(nrow(temp), 10 *

Re: [R] Lattice: useOuterStrips and axes

2011-03-01 Thread Peter Ehlers
On 2011-03-01 10:29, Jim Price wrote: Consider the following: library(lattice) library(latticeExtra) temp- expand.grid( subject = factor(paste('Subject', 1:3)), var = factor(paste('Variable', 1:3)), time = 1:10 )

Re: [R] Lattice: useOuterStrips and axes

2011-03-01 Thread Jim Price
Thank you, that's exactly what I needed. -- View this message in context: http://r.789695.n4.nabble.com/Lattice-useOuterStrips-and-axes-tp3330338p3330613.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org mailing