isoSpeed: Set or get the isoSpeed slot.

Description Usage Arguments Value See Also Examples

Description

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

Usage

1
2
3
4
5
6
7
isoSpeed(x)

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

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

Arguments

x

CanopyPhoto.

value

numeric. ISO Speed used to take x.

Value

numeric.

See Also

loadPhoto.

Examples

1
2
3
4
x <- loadPhoto()
isoSpeed(x)
isoSpeed(x) <- 100
isoSpeed(x)

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