.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
contour
signature(object = ".UD")
: adds a contour line to a plot, also for .UDStackemd
signature(object = ".UD")
: quantifies similarity between utilization distributions, also for .UDStackgetVolumeUD
signature(object = ".UD")
: modifies the .UD/.UDStack rasterouterProbability
signature(object = ".UD")
: calculates the animal occurrence probabilities at the border of the raster (only for .UD class)plot
signature(object = ".UD")
: plots the raster from a .UD/.UDStack object with re-size insensitive proportionsraster2contour
signature(object = ".UD")
: converts a raster to contour lines, also for .UDStackshow
signature(object = ".UD")
: displays summary the .UD/.UDStack objectsummary
signature(object = ".UD")
: summarizes the information of the raster from a .UD/.UDStack objectsubset
signature(object = ".UD")
: subsets the .UD/.UDStack objectsplit
signature(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