col.fastR: Lattice Theme

Description Usage Arguments Value Note Author(s) See Also Examples

Description

A theme for use with lattice graphics.

Usage

1
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().

Note

This theme was used in the production of the book Foundations and Applications of Statistics

Author(s)

Randall Pruim

See Also

trellis.par.set, show.settings

Examples

1
2
3
4
trellis.par.set(theme=col.fastR(bw=TRUE))
show.settings()
trellis.par.set(theme=col.fastR())
show.settings()

fastR documentation built on May 2, 2019, 5:53 p.m.