blue2yellow {colorRamps} | 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>
image(matrix(1:400, 20), col = blue2yellow(400))