hue_slice: Plot all colours with the same hue

Description Usage Arguments Value Examples

Description

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

Usage

1
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

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

Example output

Warning message:
Removed 19 rows containing missing values (geom_text). 
Warning message:
Removed 50 rows containing missing values (geom_text). 

munsell documentation built on May 2, 2019, 5:57 a.m.