check_mnsl: Checks for valid Munsell colours

View source: R/check.r

check_mnslR Documentation

Checks for valid Munsell colours

Description

Checks user supplied munsell specification for validity. I.e. colour is of form "h v/c" and h, v and c take valid values.

Usage

check_mnsl(col)

Arguments

col

a character vector representing Munsell colours.

Value

a character vector containing the input colours. If any colours were outside the gamut they will be represented by NA.

Examples

check_mnsl(c("5R 5/8","2.5R 9/28"))

cwickham/munsell documentation built on April 7, 2024, 7:04 p.m.