equipment: Set or get the equipment slot.

Description Usage Arguments Value See Also Examples

Description

Set or get the length-one character string that describe the equipment used to take the photograph represented by a CanopyPhoto.

Usage

1
2
3
4
5
6
7
equipment(x)

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

## S4 replacement method for signature 'CanopyPhoto,character'
equipment(x) <- value

Arguments

x

CanopyPhoto.

value

character that describe the equipment used to take x.

Value

character.

See Also

loadPhoto.

Examples

1
2
3
4
5
6
x <- loadPhoto()
equipment(x)
equipment(x) <- "some string"
equipment(x)
equipment(x) <- c("some string 1", "some string 2")
equipment(x)

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