attenuationNumberOfEyes {CVD} | R Documentation |
Attenuation as a function of number of eyes
Description
attenuationNumberOfEyes
computes the attenuation as a function M(e) of number of eyes e (1 or 2), from Watson A. B., Yellott J. I. (2012).
Usage
attenuationNumberOfEyes(e)
Arguments
e |
number of eyes (1 or 2) |
Value
PupilSize |
attenuation |
Author(s)
Jose Gama
References
Watson A. B., Yellott J. I. (2012). A unified formula for light-adapted pupil size. Journal of Vision, 12(10):12, 1–16. http://journalofvision.org/12/10/12/, doi:10.1167/5.9.6.
Examples
## Not run:
attenuationNumberOfEyes(1)
attenuationNumberOfEyes(2)
## End(Not run)
[Package CVD version 1.0.2 Index]