calculateTES {CVD} | R Documentation |
total error score (TES) using Farnsworth's or Kinnear's method
Description
calculateTES
computes the total error score (TES) using Farnsworth's or Kinnear's method for the FM-100, D-15, Roth-28 and so forth. The input is a vector of cap positions.
Usage
calculateTES(fmData, Kinnear=FALSE)
Arguments
fmData |
vector of cap positions |
Kinnear |
position values chosen by tester |
Value
TCDS |
Total Color Difference Score (TCDS) |
Author(s)
Jose Gama
References
Farnsworth D. The Farnsworth-Munsell 100-Hue Test. Baltimore: Munsell Color Company, 1957.
Examples
# a "perfect" score
## Not run:
calculateTES(userD15values=1:15)
## End(Not run)
[Package CVD version 1.0.2 Index]