blue2yellow | R Documentation |
blue2yellow
makes a blue to yellow gradient color map
blue2yellow(n)
cyan2yellow(n)
magenta2green(n)
n |
number of colors |
These are single gradient maps that smoothly transition from cooler
to
warmer colors. See blue2red
for double gradient maps.
A color map
Tim Keitt <tkeitt@gmail.com>
Keitt, T. H. (2008) Coherent ecological dynamics induced by large scale disturbance. Nature 454:331-334
rgb
image(matrix(1:400, 20), col = blue2yellow(400))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.