Return function to interpolate an MSK color palette

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

Arguments

palette

Character name of palette in msk_palettes. Options include "all", "main", "blues", "oranges", and "contrast".

reverse

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

...

Additional arguments to pass to colorRampPalette()