CRBHitsColors: CRBHitsColors

View source: R/CRBHitsColors.R

CRBHitsColorsR Documentation

CRBHitsColors

Description

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

Author(s)

Kristian K Ullrich

See Also

palette

Examples

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

kullrich/CRBHits documentation built on March 29, 2024, 11:34 a.m.