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