hue_slice {munsell} | R Documentation |
Plot all colours with the same hue
Description
Plots slices of the Munsell colour system where hue is constant.
Usage
hue_slice(hue.name = "all", back.col = "white")
Arguments
hue.name |
character vector of the desired hues. Or "all" for all hues. |
back.col |
colour for the background |
Value
ggplot object
Examples
hue_slice("5R")
hue_slice(c("5R", "5P"))
## Not run: hue_slice("all")
[Package munsell version 0.5.1 Index]