value_slice: Plot all colours with the same value

Description Usage Arguments Value Examples

Description

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

Usage

1
value_slice(value.name = 1:10, back.col = "white")

Arguments

value.name

integer vector of the desired values.

back.col

colour for the background

Value

ggplot object

Examples

1
2
3
4
value_slice(2)
value_slice(c(2, 4))
# all values 
## Not run: value_slice(1:10)

Example output



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