Return function to interpolate a CCF color palette

ccf_pal(palette = "main", reverse = FALSE, ...)

Arguments

palette

Character name of palette in ccf_palettes. Options include "main" (default), "bright", "neutral", "all", "blues" and "greens".

reverse

Boolean indicating whether the palette should be reversed. Default to FALSE.

...

Additional arguments to pass to colorRampPalette()