Learn R Programming

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

## S3 method for class 'Raster':
getVolumeUD(x, ...)

Arguments

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

Examples

Run this code
load(system.file("extdata", "move.RData", package="move"), .GlobalEnv)

getVolumeUD(leroydbbmm) #for a single object
getVolumeUD(leroydbbmm, leroydbbmm, leroydbbmm) #for several objects

Run the code above in your browser using DataLab