Create a YlOrRd palette.
Arguments
- paletteLength
: Color number. - space
: A character string; interpolation in RGB or CIE Lab color spaces. See ?grDevices::colorRamp
for more details. (Default "rgb")- interpolationMethod
: Use spline or linear interpolation. See ?grDevices::colorRamp
for more details. (Default "linear")- bias
: A positive number. Higher values give more widely spaced colors at the high end. See ?grDevices::colorRamp
for more details. (Default 1)