R/stripbak.R

Defines functions strip.background0

Documented in strip.background0

strip.background0 <- function() {
  s.b <- trellis.par.get("strip.background")
  s.b$col[] <- 0
  trellis.par.set("strip.background", s.b)
  s.s <- trellis.par.get("strip.shingle")
  s.s$col[] <- 0
  trellis.par.set("strip.shingle", s.s)
  invisible(NULL)
}

Try the HH package in your browser

Any scripts or data that you put into this service are public.

HH documentation built on Aug. 9, 2022, 5:08 p.m.