Displaying 1 result from an estimated 1 matches for "tpar12".
Did you mean:
tpar1
2006 Nov 06
1
line width (all elements) in Trellis
...la")
tpar9$lwd=2
trellis.par.set("box.umbrella", tpar9)
tpar10=trellis.par.get("dot.line")
tpar10$lwd=2
trellis.par.set("dot.line", tpar10)
tpar11=trellis.par.get("strip.border")
tpar11$lwd=c(rep(2,7))
trellis.par.set("strip.border", tpar11)
tpar12=trellis.par.get("reference.line")
tpar12$lwd=c(rep(2,7))
trellis.par.set("reference.line", tpar12)
barchart(yield ~ variety | site, data = barley, groups = year,
layout = c(1, 6), ylab = "Barley Yield (bushels/acre)", scales =
list(x = list(abbreviate = TRUE,...