hr_area {amt} | R Documentation |
Home-range area
Description
Obtain the area of a home-range estimate, possible at different isopleth levels.
Usage
hr_area(x, ...)
## S3 method for class 'hr'
hr_area(x, units = FALSE, ...)
## S3 method for class 'RasterLayer'
hr_area(x, level = 0.95, ...)
## S3 method for class 'akde'
hr_area(x, units = FALSE, ...)
Arguments
x |
An object of class |
... |
Further arguments, none implemented. |
units |
|
level |
The level at which the area will be calculated. |
Value
A tibble
with the home-range level and the area.
[Package amt version 0.2.2.0 Index]