femmecol | R Documentation |
Creates a vector of (n) contiguous colors (darkblue-blue-cyan-yellow-red-darkred).
femmecol(n = 100)
n |
number of colors. |
a vector of character strings giving the colors in hexadecimal format
Karline Soetaert <karline.soetaert@nioz.nl>
rainbow
, heat.colors
,
topo.colors
, the comparable R-functions.
intpalette
, shadepalette
filled.contour(volcano, color = femmecol, asp = 1, main = "femmecol")
femmecol(10)
image(matrix(nrow = 1, ncol = 100, data = 1:100),
col = femmecol(100), main = "femmecol")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.