taf.colors {TAF} | R Documentation |
TAF Colors
Description
Predefined colors that can be useful in TAF plots.
Usage
taf.green
taf.orange
taf.blue
taf.dark
taf.light
See Also
TAF-package
gives an overview of the package.
Examples
taf.green
opar <- par(mfrow=c(3,1))
barplot(5:1, main="Five",
col=c(taf.green, taf.orange, taf.blue, taf.dark, taf.light))
barplot(6:1, main="Six", col=c(taf.green, taf.orange, taf.blue,
taf.dark, taf.light, "white"))
barplot(7:1, main="Seven", col=c("black", taf.dark, taf.light,
taf.green, taf.orange, taf.blue, "white"))
par(opar)
[Package TAF version 4.2.0 Index]