powered by
A theme for use with lattice graphics.
theme.mosaic(bw = FALSE, lty = if (bw) 1:7 else 1, lwd = 2, ...)col.mosaic(bw = FALSE, lty = if (bw) 1:7 else 1, lwd = 2, ...)
col.mosaic(bw = FALSE, lty = if (bw) 1:7 else 1, lwd = 2, ...)
Returns a list that can be supplied as the theme to lattice::trellis.par.set().
theme
lattice::trellis.par.set()
whether color scheme should be "black and white"
vector of line type codes
vector of line widths
additional named arguments passed to lattice::trellis.par.set()
lattice::trellis.par.set(), lattice::show.settings()
lattice::show.settings()
trellis.par.set(theme=theme.mosaic()) show.settings() trellis.par.set(theme=theme.mosaic(bw=TRUE)) show.settings()
Run the code above in your browser using DataLab