effectiveCornealFluxDensity {CVD} | R Documentation |
Effective Corneal Flux Density
Description
effectiveCornealFluxDensity
computes the effective
Corneal Flux Density = product of luminance, area, and the monocular
effect, F = Lae, from Watson A. B., Yellott J. I. (2012).
Usage
effectiveCornealFluxDensity(L=NULL,a=NULL,e=NULL)
Arguments
L |
luminance in cd m^-2 |
a |
field area in deg^2 |
e |
number of eyes (1 or 2) |
Value
PupilSize |
effective Corneal Flux Density |
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.
Examples
# effective Corneal Flux Density, luminance in cd m^-2 = 1, field area in
# deg^2 = 30, number of eyes = 2
## Not run: effectiveCornealFluxDensity(1,30^2,2)
[Package CVD version 1.0.2 Index]