| hue_slice {munsell} | R Documentation |
Plot all colours with the same hue
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 |
Plots slices of the Munsell colour system where hue is constant.
ggplot object
hue_slice("5R")
hue_slice(c("5R", "5P"))
## Not run: hue_slice("all")