Learn R Programming

move (version 2.0.0)

getVolumeUD: Modify a UD raster

Description

Modifies the UD raster: that the cell values of the resulting raster are equal to the percentage of the smallest home range containing this cell.

Usage

"getVolumeUD"(x, ...)

Arguments

x
one or several objects of the DBBMM-class or an DBBMMStack-class object
...
additional Raster or DBBMM objects

See Also

raster2contour

Examples

Run this code
data(leroydbbmm)
data(dbbmmstack)
getVolumeUD(leroydbbmm) #for a single object
getVolumeUD(dbbmmstack)
getVolumeUD(leroydbbmm, leroydbbmm, leroydbbmm) #for several objects 

plot(getVolumeUD(leroydbbmm))

Run the code above in your browser using DataLab