desaturate | R Documentation |
Decreases the chroma of the Munsell colour by one step steps (multiples of 2).
desaturate(col, steps = 1)
col |
character vector of Munsell colours |
steps |
number of steps to take in decreasing chroma |
character vector of Munsell colours
desaturate("5PB 2/4")
cols <- c("5PB 2/6", "5Y 7/8")
p <- plot_mnsl(c(cols, desaturate(cols), desaturate(cols, 2)))
p + ggplot2::facet_wrap(~ names, ncol = 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.