Skip to contents

This function will create a lovely, evenly spaced colour palette.

Usage

cs_blye(n)

Arguments

n

The number of colours of blue to yellow to return.

Value

A character vector of hexadecimal values.

Author

Bernard Gentili

Examples

cs_blye(10)
#>  [1] "#0080FF" "#4D8CEC" "#8299D8" "#9DA6C4" "#B0B4AF" "#C0C29A" "#CED183"
#>  [8] "#DAE068" "#E5F03D" "#EEFF00"