Displaying 1 result from an estimated 1 matches for "ctry_pfi".
2005 Jul 25
1
order of panels in xyplot
...orking with an older version of R) . Now the panels appear right to left instead of left to right, as it says in the help files, which is what I would like. Does anyone know if this has been changed? OR has anybody encountered this problem and a way of fixing it?
Below is the code I'm using (ctry_pfi and v291 are factors, with 16 and 2 levels, respectively)):
superpose.line <- trellis.par.get("superpose.line")
superpose.line$lwd <- 3
superpose.line$lty <- c(1,2)
trellis.par.set("superpose.line", superpose.line)
trellis.strip.blank()
trellis.par.set(list(backgr...