darker | R Documentation |
Decreases the value of the Munsell colour by 1.
darker(col, steps = 1)
col |
character vector of Munsell colours |
steps |
number of steps to take in decreasing value |
character vector of Munsell colours
darker("5PB 3/4")
cols <- c("5PB 3/4", "5Y 7/8")
p <- plot_mnsl(c(cols, darker(cols), darker(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.