search for: tsbg

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

Did you mean: sbg
2005 Jul 01
1
Setting lattice boxplot's lines to black
...t's lines aren't black. Thanks a lot. This is my script. library(lattice) # I set background's color to white tbg<-trellis.par.get("background") tbg$col<-"white" trellis.par.set("background", tbg) # Set strip background's color to white tsbg<-trellis.par.get("strip.background") tsbg$col<-"white" trellis.par.set("strip.background", tsbg) # I set symbol's color to black tps<-trellis.par.get("plot.symbol") tps$col<-"black" trellis.par.set("plot.symbol", tps)...