rygbp | R Documentation |
Moves the hue of a munsell colour in the direction red->yellow->green->blue->purple->red
rygbp(col, steps = 1)
col |
character vector of Munsell colours |
steps |
number of hue steps to take |
character vector of Munsell colours
my_red <- "10R 4/8"
rygbp(my_red)
plot_mnsl(c(my_red, rygbp(my_red, 2), rygbp(my_red, 4)))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.