col.abd: Lattice theme for Analysis of Biological Data

Description Usage Arguments Value Author(s) See Also Examples

Description

This theme will help produce plots with color scheme similar to the one used in Analysis of Biological Data

Usage

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

Arguments

bw

a logical. Use a grayscale theme instead of color?

lty

line types used for panel.superpose

Value

a list that can be used as a lattice theme.

Author(s)

Randall Pruim (rpruim@calvin.edu)

See Also

trellis.par.set show.settings col.whitebg

Examples

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

abd documentation built on May 2, 2019, 4:46 p.m.