Learn R Programming

fastR (version 0.10.3)

col.fastR: Lattice Theme

Description

A theme for use with lattice graphics.

Usage

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

Arguments

bw

whether color scheme should be "black and white"

lty

vector of line type codes

Value

Returns a list that can be supplied as the theme to trellis.par.set().

See Also

trellis.par.set, show.settings

Examples

Run this code
# NOT RUN {
trellis.par.set(theme=col.fastR(bw=TRUE))
show.settings()
trellis.par.set(theme=col.fastR())
show.settings()
# }

Run the code above in your browser using DataLab