munsell (version 0.5.0)

value_slice: Plot all colours with the same value

Description

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

Usage

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

Value

ggplot object

Arguments

value.name

integer vector of the desired values.

back.col

colour for the background

Examples

Run this code
value_slice(2)
value_slice(c(2, 4))
# all values 
if (FALSE) value_slice(1:10)

Run the code above in your browser using DataLab