hue_slice {munsell} | R Documentation |
Plots slices of the Munsell colour system where hue is constant.
hue_slice(hue.name = "all", back.col = "white")
hue.name |
character vector of the desired hues. Or "all" for all hues. |
back.col |
colour for the background |
ggplot object
hue_slice("5R")
hue_slice(c("5R", "5P"))
## Not run: hue_slice("all")