Tcols: A palette of 17 diverging colors

TcolsR 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)

Tmisc documentation built on Aug. 23, 2023, 1:07 a.m.