hue_slice {munsell}R Documentation

Plot all colours with the same hue...

Description

Plot all colours with the same hue

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

Details

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

Value

ggplot object

Examples

hue_slice("5R")
hue_slice(c("5R", "5P"))
## Not run: hue_slice("all")

[Package munsell version 0.1 Index]