View source: R/soilColorIndices.R
barron.torrent.redness.LAB | R Documentation |
Calculate Redness Index after Barron & Torrent (1986) "Use of the Kubelka—Munk Theory to Study the Influence of Iron Oxides on Soil Colour" using Munsell colors converted to LAB. DOI: 10.1111/j.1365-2389.1986.tb00382.x. Accepts vectorized inputs for hue, value and chroma, produces vector output.
barron.torrent.redness.LAB(hue, value, chroma)
hue |
A character vector containing Munsell hues (e.g. "7.5YR") |
value |
A numeric vector containing Munsell values |
chroma |
A numeric vector containing Munsell chromas |
A numeric vector of horizon redness index (higher values = redder).
Andrew G. Brown
Barron, V. and Torrent, J. (1986), Use of the Kubelka-Munk theory to study the influence of iron oxides on soil colour. Journal of Soil Science, 37: 499-510. doi:10.1111/j.1365-2389.1986.tb00382.x
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.