Examples for 'munsell::darker'


Make a munsell colour darker

Aliases: darker

Keywords:

### ** Examples

darker("5PB 3/4")
[1] "5PB 2/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)
plot of chunk example-munsell-darker-1

[Package munsell version 0.5.0 Index]