search for: tpar5

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

Did you mean: par5
2006 Nov 06
1
line width (all elements) in Trellis
...t;) tpar2$lwd=2 trellis.par.set("plot.polygon", tpar2) tpar3=trellis.par.get("plot.line") tpar3$lwd=2 trellis.par.set("plot.line", tpar3) tpar4=trellis.par.get("superpose.polygon") tpar4$lwd=c(rep(2,7)) trellis.par.set("superpose.polygon", tpar4) tpar5=trellis.par.get("superpose.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.s...