Learn R Programming

aqp (version 1.42)

munsell: Munsell to sRGB Lookup Table for Common Soil Colors

Description

A lookup table of interpolated Munsell color chips for common soil colors.

Usage

data(munsell)

Arguments

Format

A data frame with 8825 rows.

hue

Munsell Hue, upper case

value

Munsell Value

chroma

Munsell Chroma

r

sRGB "red" value (0-1)

g

sRGB "green" value (0-1)

b

sRGB "blue" value (0-1)

L

CIE LAB "L" coordinate

A

CIE LAB "A" coordinate

B

CIE LAB "B" coordinate

Details

See munsell2rgb for conversion examples. Note that this table does not currently have entries for values of 2.5--common in most soil color books. These chips should be added in the next major release of aqp. Values are referenced to the D65 standard illuminant.

References

http://www.brucelindbloom.com/index.html?ColorCalcHelp.html

Color conversion equations

http://dx.doi.org/10.1016/j.cageo.2012.10.020

Methods used to generate this table

Examples

Run this code

data(munsell)

Run the code above in your browser using DataLab