maptocolors {Sushi} | R Documentation |
maps numeric vector to color palette
maptocolors(vec, col, num = 100, range = NULL)
vec |
numeric vector to map to color |
col |
color palette to which to be mapped |
num |
number of bins of colors |
range |
range of values to map |
plot((1:10),col=maptocolors(vec=(1:10),colorRampPalette(c("blue","red"))),pch=19,cex=4)