matlab.palette | R Documentation |
Matlab-like Palettes Two palettes going from blue over green to red, approximately as the standard palette of Matlab does. The second one has darker green values and is better suited for plotting lines on white background.
matlab.palette(n = 100, ...)
matlab.dark.palette(n = 100, ...)
alois.palette(n = 100, ...)
n |
the number of colors to be in the palette. |
... |
further arguments are handed to |
A vector containing the color values in the form "#rrbbggaa".
C. Beleites and A. Bonifacio
rainbow
plotmap (chondro [,, 778], col.regions = matlab.palette ())
plot (flu, col = matlab.dark.palette (nrow (flu)))
plotmap (chondro, col = alois.palette)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.