View source: R/CRBHitsColors.R
CRBHitsColors | R Documentation |
CRBHits specific color palette.
CRBHitsColors(n, alpha.perc = 0)
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] |
CRBHits specific color palette
Kristian K Ullrich
palette
plot(1:9, pch=20, col=CRBHitsColors(9), cex=3)
## use alpha
plot(1:9, pch=20, col=CRBHitsColors(9, 50), cex=3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.