matlab.like {colorRamps} | R Documentation |
Generates matlab-like color palettes
matlab.like(n) matlab.like2(n) blue2green2red(n)
n |
number of colors |
blue2green2red
is simply an alias for
matlab.like2
.
a color palette
Timothy H. Keitt
image(matrix(1:400, 20), col = blue2yellow(400))