Plots slices of the Munsell colour system where hue is constant.

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")
#> Warning: Removed 19 rows containing missing values or values outside the scale range
#> (`geom_text()`).

hue_slice(c("5R", "5P"))
#> Warning: Removed 50 rows containing missing values or values outside the scale range
#> (`geom_text()`).

if (FALSE) hue_slice("all") # \dontrun{}