Examples for 'munsell::mnsl'


Converts a Munsell colour to hex

Aliases: mnsl mnsl2hex

Keywords:

### ** Examples

mnsl2hex("5PB 5/10")
[1] "#447DBF"
# use a munsell colour in a plot
plot.new()
rect(0, 0, 1 ,1 , col = mnsl("5R 5/10"))
plot of chunk example-munsell-mnsl-1

[Package munsell version 0.5.0 Index]