search for: tpar8

Displaying 1 result from an estimated 1 matches for "tpar8".

Did you mean: par8
2006 Nov 06
1
line width (all elements) in Trellis
...e.line") tpar5$lwd=c(rep(2,7)) trellis.par.set("superpose.line", tpar5) tpar6=trellis.par.get("axis.line") tpar6$lwd=c(rep(2,7)) trellis.par.set("axis.line", tpar6) tpar7=trellis.par.get("box.3d") tpar7$lwd=2 trellis.par.set("box.3d", tpar7) tpar8=trellis.par.get("box.rectangle") tpar8$lwd=2 trellis.par.set("box.rectangle", tpar8) tpar9=trellis.par.get("box.umbrella") tpar9$lwd=2 trellis.par.set("box.umbrella", tpar9) tpar10=trellis.par.get("dot.line") tpar10$lwd=2 trellis.par.set("dot...