Description Usage Arguments Details Value
Function for desaturating colors by specified proportion. Reference: https://stackoverflow.com/questions/26314701/r-reducing-colour-saturation-of-a-colour-palette
1 | desat(cols, sat = 0.5)
|
cols |
a vector of colors |
sat |
saturation level |
See the colorspace library for examples of hsv()
colorspace manipulations and
RColorBrewer library for some example colors
A list of desaturated colors.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.