| dBMvariance | R Documentation |
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.
The window size used for dbbmm calculation
The margin used for dbbmm calculation
The variance values
The number of windows each location was included in
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
list of the locations of breaks found
as.data.framesignature(object = "dBMvarianceTmp"): extracts the spatial data frame
brownian.bridge.dynsignature(object = "dBMvarianceTmp"): calculates the utilization distribution (UD) of the given track using the dynamic Brownian Bridge Movement Model
coordinatessignature(object = "dBMvarianceTmp"): extracts the coordinates from the Move object contained in the dBMvarianceTmp
getMotionVariancesignature(object = "dBMvarianceTmp"): extracts the estimated motion variance
linessignature(object = "dBMvarianceTmp"): add lines of the track of the animal to a plot
pointssignature(object = "dBMvarianceTmp"): add points of the track of the animal to a plot
plotsignature(object = "dBMvarianceTmp"): plots the track of the animal
showsignature(object = "dBMvarianceTmp"): displays summary the dBMvarianceTmp object
summarysignature(object = "dBMvarianceTmp"): summarizes the information of the raster from a dBMvarianceTmp object
subsetsignature(object = "dBMvarianceTmp"): subsets the dBMvarianceTmp object
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.
Marco Smolla & Anne Scharf
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.