calculateTES {CVD} | R Documentation |
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.
calculateTES(fmData, Kinnear=FALSE)
fmData |
vector of cap positions |
Kinnear |
position values chosen by tester |
TCDS |
Total Color Difference Score (TCDS) |
Jose Gama
Farnsworth D. The Farnsworth-Munsell 100-Hue Test. Baltimore: Munsell Color Company, 1957.
# a "perfect" score
## Not run:
calculateTES(userD15values=1:15)
## End(Not run)