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.
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
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 = ".UD")
: adds a contour line to a plot, also for .UDStack
emd
signature(object = ".UD")
: quantifies similarity between utilization distributions, also for .UDStack
getVolumeUD
signature(object = ".UD")
: modifies the .UD/.UDStack raster
outerProbability
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 proportions
raster2contour
signature(object = ".UD")
: converts a raster to contour lines, also for .UDStack
show
signature(object = ".UD")
: displays summary the .UD/.UDStack object
summary
signature(object = ".UD")
: summarizes the information of the raster from a .UD/.UDStack object
subset
signature(object = ".UD")
: subsets the .UD/.UDStack object
split
signature(object = ".UDStack")
: splits a .UDStack into a list of .UD objects
Bart Kranstauber & Anne Scharf