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