calcExposure: Calculate exposure

Description Usage Arguments Value Methods (by class) References Examples

Description

Calculate the exposure for a given aperture (fNumber) and exposure time (shutter speed).

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
calcExposure(x, exposureTime)

## S4 method for signature 'numeric'
calcExposure(x, exposureTime)

## S4 method for signature 'CanopyPhoto'
calcExposure(x)

## S4 method for signature 'character'
calcExposure(x)

Arguments

x

numeric or character.

exposureTime

numeric. The shutter speed.

Value

numeric

Methods (by class)

References

Allen, E., & Triantaphillidou, S. (2010). The manual of photography. (E. Allen & S. Triantaphillidou, Eds.) (10th ed.). Amsterdam: Elsevier.

Examples

1
2
3

GastonMauroDiaz/caiman documentation built on Jan. 22, 2022, 4:43 a.m.