value_slice {munsell}R Documentation

Plot all colours with the same value...

Description

Plot all colours with the same value

Usage

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

Arguments

value.name integer vector of the desired values.
back.col colour for the background

Details

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

Value

ggplot object

Examples

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

[Package munsell version 0.1 Index]