Skip to contents

CRBHits specific color palette.

Usage

CRBHitsColors(n, alpha.perc = 0)

Arguments

n

The number of colors (greater than or equal to 1) to be in the palette [mandatory]

alpha.perc

an alpha-transparency level in percent [default: 0]

Value

CRBHits specific color palette

See also

Author

Kristian K Ullrich

Examples

plot(1:9, pch=20, col=CRBHitsColors(9), cex=3)

## use alpha
plot(1:9, pch=20, col=CRBHitsColors(9, 50), cex=3)