DBBMM-class | R Documentation |
The DBBMM
object is created within the brownian.bridge.dyn function from a Move
or dBMvariance
object. It contains a dBMvariance object and a raster
with probabilities.
part of the Raster-class
part of the Raster-class
Object of class "dBMvariance": includes the window.size, margin, means, in.windows, break.list, and points of interest
the extension factor set by the user
part of the Raster-class
part of the Raster-class
part of the Raster-class
part of the Raster-class
stores the method that was used to calculate the utilization distribution (UD), e.g. dynamic Brownian Bridge
part of the Raster-class
part of the Raster-class
part of the Raster-class
part of the Raster-class
part of the Raster-class
part of the Raster-class
contour
signature(object = "DBBMM")
: adds a contour line to a plot
emd
signature(object = "DBBMM")
: quantifies similarity between utilization distributions
equalProj
signature(object = "DBBMM")
: checks whether all objects of a list are in the same projection
getMotionVariance
signature(object = "DBBMM")
: extracts the estimated motion variance
getVolumeUD
signature(object = "DBBMM")
: modifies the UD raster
outerProbability
signature(object = "DBBMM")
: calculates the animal occurrence probabilities at the border of the raster
plot
signature(object = "DBBMM")
: plots the raster from a DBBMM object with re-size insensitive proportions
raster2contour
signature(object = "DBBMM")
: converts a raster to contour lines
show
signature(object = "DBBMM")
: displays summary the DBBMM object
summary
signature(object = "DBBMM")
: summarizes the information of the raster from a DBBMM object
subset
signature(object = "DBBMM")
: subsets the DBBMM object
The DBBMM
object contains a dBMvariance
and a .UD
object which 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.