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