Skip to content
Prev 300874 / 398503 Next

two questions re: the use of lattice (Q1 SOLVED, not Q2)

On 2012-07-22 09:02, Ranjan Maitra wrote:
[I had to dig back to see what your Q2 was. It's good to keep context.]

Try this:

  p <- bwplot(Error~Method | sigma + INU, data = z,
         scales = list(rot=90), horiz = FALSE,
         layout = c(5,3), col = "red")

  require(latticeExtra)
  useOuterStrips(p,
       strip = <<your sigma-strip function>>,
       strip.left = strip.custom(
           var.name = "INU", sep = " = ",
           strip.names = TRUE)
  )

Peter Ehlers