| darker {munsell} | R Documentation |
Make a munsell colour darker
darker(col)
col |
character vector of Munsell colours |
Decreases the value of the Munsell colour by 1.
character vector of Munsell colours
darker("5PB 2/4")
cols <- c("5PB 2/4", "5Y 7/8")
plot_mnsl(c(cols, darker(cols)))