dynBGB-class {move} | R Documentation |
The dynBGB class
Description
The dynBGB
object is created within the dynBGB function from a Move
object. It contains a dBGBvariance object and a raster
with probabilities.
Slots
- crs
part of the Raster-class
- data
part of the Raster-class
- var
Object of class "dBGBvariance": includes the windowSize, margin, paraSd,orthSd, nEstim, segInterest
- extent
part of the Raster-class
- file
part of the Raster-class
- history
part of the Raster-class
- legend
part of the Raster-class
- method
stores the method that was used to calculate the utilization distribution (UD), e.g. dynBGB
- 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
contour
signature(object = "dynBGB")
: adds a contour line to a plotequalProj
signature(object = "dynBGB")
: checks whether all objects of a list are in the same projectiongetMotionVariance
signature(object = "dynBGB")
: extracts the estimated motion variancegetVolumeUD
signature(object = "dynBGB")
: modifies the UD rasterouterProbability
signature(object = "dynBGB")
: calculates the animal occurrence probabilities at the border of the rasterplot
signature(object = "dynBGB")
: plots the raster from a dynBGB object with re-size insensitive proportionsraster2contour
signature(object = "dynBGB")
: converts a raster to contour linesshow
signature(object = "dynBGB")
: displays summary the dynBGB objectsummary
signature(object = "dynBGB")
: summarizes the information of the raster from a dynBGB objectsubset
signature(object = "dynBGB")
: subsets the dynBGB object
Note
The dynBGB
object contains a dBGBvariance
and a .UD
object which can be used to program against.
Author(s)
Bart Kranstauber & Anne Scharf
See Also
.UD