Learn R Programming

move (version 2.1.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

# S4 method for .UD
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
# NOT RUN {
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