| dBMvariance {move} | R Documentation |
The dBMvariance class
Description
The dBMvariance object is created within the brownian.motion.variance.dyn function from a Move object.
The dBMvarianceStack object is created when a MoveStack is the input object.
The dBMvarianceBurst object when the input is a MoveBurst object.
These objects contain the motion variance calculated by the dynamic Brownian Bridge Movement Model.
Slots
- window.size
The window size used for dbbmm calculation
- margin
The margin used for dbbmm calculation
- means
The variance values
- in.windows
The number of windows each location was included in
- interest
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
- break.list
list of the locations of breaks found
Methods
as.data.framesignature(object = "dBMvarianceTmp"): extracts the spatial data framebrownian.bridge.dynsignature(object = "dBMvarianceTmp"): calculates the utilization distribution (UD) of the given track using the dynamic Brownian Bridge Movement Modelcoordinatessignature(object = "dBMvarianceTmp"): extracts the coordinates from the Move object contained in the dBMvarianceTmpgetMotionVariancesignature(object = "dBMvarianceTmp"): extracts the estimated motion variancelinessignature(object = "dBMvarianceTmp"): add lines of the track of the animal to a plotpointssignature(object = "dBMvarianceTmp"): add points of the track of the animal to a plotplotsignature(object = "dBMvarianceTmp"): plots the track of the animalshowsignature(object = "dBMvarianceTmp"): displays summary the dBMvarianceTmp objectsummarysignature(object = "dBMvarianceTmp"): summarizes the information of the raster from a dBMvarianceTmp objectsubsetsignature(object = "dBMvarianceTmp"): subsets the dBMvarianceTmp object
Note
The dBMvariance object contains a .MoveTrackSingle and a dBMvarianceTmp object.
The dBMvarianceStack object contains a .MoveTrackStack and a dBMvarianceTmp object.
The dBMvarianceBurst object contains a .MoveTrackSingleBurst and a dBMvarianceTmp object.
The class dBMvarianceTmp is mostly an internal class that is made public to make inheritance easier. These objects can be used to program against.
Author(s)
Marco Smolla & Anne Scharf