mnsl | R Documentation |
Take a character string representation of a Munsell colour and returns the hex specification of that colour
mnsl(col, ...)
col |
a character string representing a Munsell colour. |
... |
passed on to |
Munsell colours are specified by hue, value and chroma. They take a form like "5PB 5/10" where the first characters represent the hue, followed by a space then the value and chroma separated by a "/". In this package value should be an integer in 0:10 and chroma an even number at most 24. Note that not all possible specifications result in representable colours.
a character string specification of a hex colour
check_mnsl
,in_gamut
, hvc2mnsl
mnsl2hex("5PB 5/10")
# use a munsell colour in a plot
plot.new()
rect(0, 0, 1 ,1 , col = mnsl("5R 5/10"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.