Tcols {Tmisc} | R Documentation |
A palette of 17 diverging colors
Description
17 diverging colors created by combining the Set1 and Dark2 palettes from RColorBrewer.
Usage
Tcols
Format
Vector of 17 diverging colors.
Source
R Color brewer: c(brewer.pal(9, "Set1"), brewer.pal(8, "Dark2"))
.
Examples
## Not run:
barplot(rep(1, 17), col=Tcols, axes=F, names=c(rep("Set1", 9), rep("Dark2", 8)), horiz=TRUE, las=2)
## End(Not run)
[Package Tmisc version 1.0.1 Index]