col.abd {abd} | R Documentation |
Lattice theme for Analysis of Biological Data
Description
This theme will help produce plots with color scheme similar to the one used in Analysis of Biological Data
Usage
col.abd(bw = FALSE, lty = 1:7)
theme.abd(bw = FALSE, lty = 1:7)
Arguments
bw |
a logical. Use a grayscale theme instead of color? |
lty |
line types used for |
Details
theme.abd
and col.abd
are the same function with
two names.
Value
a list that can be used as a lattice
theme.
Author(s)
Randall Pruim (rpruim@calvin.edu)
Examples
trellis.par.set(theme=col.abd(bw=TRUE))
show.settings()
trellis.par.set(theme=theme.abd(lty=1))
show.settings()
[Package abd version 0.2-8 Index]