Learn R Programming

mosaic (version 0.4-1)

theme.mosaic: Lattice Theme

Description

A theme for use with lattice graphics.

Usage

theme.mosaic(bw = FALSE, lty = 1:7)

col.mosaic(bw = FALSE, lty = 1:7)

Arguments

bw
whether color scheme should be "black and white"
lty
vector of line type codes

Value

See Also

trellis.par.set, show.settings

Examples

Run this code
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