elevation: Set or get the elevation slot.

Description Usage Arguments Details Value See Also Examples

Description

Set or get the Angle that represents the elevation of a CanopyPhoto.

Usage

1
2
3
4
5
6
7
elevation(x)

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

## S4 replacement method for signature 'CanopyPhoto,Angle'
elevation(x) <- value

Arguments

x

CanopyPhoto.

value

Angle that represents the elevation of x.

Details

The elevation is the complement of the line-of-sight zenith angle. For zenith angle definition, see the details of lensPolyCoef.

Value

Angle.

See Also

loadPhoto.

Examples

1
2
3
4
5
6
7
8
9
x <- loadPhoto()
elevation(x)
elevation(x) <- asAngle(55)
elevation(x)

## Not run: 
  elevation(x) <- asAngle(c(10,20))

## End(Not run)

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