fNumber: Set or get the fNumber slot.

Description Usage Arguments Value See Also Examples

Description

Set or get the the fNumber used to take the photograph represented by a CanopyPhoto.

Usage

1
2
3
4
5
6
7
fNumber(x)

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

## S4 replacement method for signature 'CanopyPhoto,numeric'
fNumber(x) <- value

Arguments

x

CanopyPhoto.

value

Numeric. fNumber used to take x.

Value

numeric.

See Also

loadPhoto.

Examples

1
2
3
4
x <- loadPhoto()
aperture(x)
aperture(x) <- 2.8
aperture(x)

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