circular_spectral_colors | R Documentation |
Uses RColorBrewer as basis
circular_spectral_colors(ncolor = 24L, ncolor.orig = 11L)
ncolor |
Number of desired colors |
ncolor.orig |
Number of colors in the original spectrum, defaults to 11, the maximal number of available colors in RColorBrewer |
Desired colors in hex format
graphics::pie(rep(1, 24), col=circular_spectral_colors(24L))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.