dBGBvariance-class {move} | R Documentation |
The dynBGBvariance class
Description
The dynBGBvariance
object stores the orthogonal and parallel variances calculated by the dynamic Bivariate Gaussian Bridge model, and is created within the dynBGBvariance function from a Move object.
Slots
- windowSize
The window size used for dynBGBvariance calculation
- margin
The margin used for dynBGB calculation
- paraSd
The standard deviation values of the parallel variance values
- orthSd
The standard deviation values of the orthogonal variance values
- nEstim
The number of windows each location was included in
- segInterest
Logical string, FALSE: segments have been omitted in the calculation since a lower number of estimates for variance are obtained for these segments. TRUE: segments included in the calculation
Methods
as.data.frame
signature(object = "dBGBvarianceTmp")
: extracts the spatial data framecoordinates
signature(object = "dBGBvarianceTmp")
: extracts the coordinates from the Move object contained in the dBGBvarianceTmpdynBGB
signature(object = "dBGBvarianceTmp")
: calculates the utilization distribution (UD) of the given track using the dynamic Bivariate Gaussian Bridge modelgetMotionVariance
signature(object = "dBGBvarianceTmp")
: extracts the estimated motion variancelines
signature(object = "dBGBvarianceTmp")
: add lines of the track of the animal to a plotpoints
signature(object = "dBGBvarianceTmp")
: add points of the track of the animal to a plotplot
signature(object = "dBGBvarianceTmp")
: plots the track of the animalshow
signature(object = "dBGBvarianceTmp")
: displays summary the dBGBvarianceTmp objectsummary
signature(object = "dBGBvarianceTmp")
: summarizes the information of the raster from a dBGBvarianceTmp objectsubset
signature(object = "dBGBvarianceTmp")
: subsets the dBGBvarianceTmp object
Note
The dynBGBvariance
object contains a .MoveTrackSingle
and a dBGBvarianceTmp
object which can be used to program against.
Author(s)
Bart Kranstauber & Anne Scharf