| .UD-class {move} | R Documentation |
The UD class
Description
The .UD, .UDStack and .UDBurstStack class represent a raster of a simple abstraction of the utilization distribution (UD) where all probabilities necessarily sum to one. A .UDStack object can be obtained with the function UDStack.
Slots
- crs
part of the Raster-class
- data
part of the Raster-class
- extent
part of the Raster-class
- file
part of the Raster-class
- history
part of the Raster-class
- names
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. dynamic Brownian 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
contoursignature(object = ".UD"): adds a contour line to a plot, also for .UDStackemdsignature(object = ".UD"): quantifies similarity between utilization distributions, also for .UDStackgetVolumeUDsignature(object = ".UD"): modifies the .UD/.UDStack rasterouterProbabilitysignature(object = ".UD"): calculates the animal occurrence probabilities at the border of the raster (only for .UD class)plotsignature(object = ".UD"): plots the raster from a .UD/.UDStack object with re-size insensitive proportionsraster2contoursignature(object = ".UD"): converts a raster to contour lines, also for .UDStackshowsignature(object = ".UD"): displays summary the .UD/.UDStack objectsummarysignature(object = ".UD"): summarizes the information of the raster from a .UD/.UDStack objectsubsetsignature(object = ".UD"): subsets the .UD/.UDStack objectsplitsignature(object = ".UDStack"): splits a .UDStack into a list of .UD objects
Note
A DBBMM and dynBGB object contains a .UD.
A DBBMMStack contains a .UDStack.
A DBBMMBurstStack contains a .UDBurstStack.
These objects can be used to program against.
Author(s)
Bart Kranstauber & Anne Scharf