munsell (version 0.5.0)

hue_slice: 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

Run this code
# NOT RUN {
hue_slice("5R")
hue_slice(c("5R", "5P"))
# }
# NOT RUN {
hue_slice("all")
# }

Run the code above in your browser using DataCamp Workspace