DBBMMBurstStack-class {move} | R Documentation |
The DBBMMBurstStack class
Description
The DBBMMBurstStack
object is created within the brownian.bridge.dyn function from a MoveBurst
or dBMvarianceBurst
object. It contains a dBMvarianceBurst object and a raster
with probabilities.
Slots
- crs
part of the Raster-class
- DBMvar
Object of class "dBMvarianceBurst": includes the window.size, margin, means, in.windows, break.list, and points of interest
- ext
the extension factor set by the user
- extent
part of the Raster-class
- filename
part of the Raster-class
- layers
part of the Raster-class
- method
the method that was used to calculate the utilization distribution, e.g. dynamic Brwonian Bridge
- ncols
part of the Raster-class
- nrows
part of the Raster-class
- rotated
part of the Raster-class
- rotation
part of the Raster-class
- title
part of the Raster-class
- z
part of the Raster-class
Methods
getMotionVariance
signature(object = "DBBMMBurstStack")
: extracts the estimated motion varianceplot
signature(object = "DBBMMBurstStack")
: plots the raster from a DBBMMBurstStack object with re-size insensitive proportionsshow
signature(object = "DBBMMBurstStack")
: displays summary the DBBMMBurstStack objectsubset
signature(object = "DBBMMBurstStack")
: subsets the DBBMMBurstStack objectUDStack
signature(object = "DBBMMBurstStack")
: creates UDStack objects
Note
The DBBMMBurstStack
object contains a dBMvarianceBurst
and a .UDStack
object which can be used to program against.
Author(s)
Anne Scharf