Obtain the area of a home-range estimate, possible at different isopleth levels.
hr_area(x, ...)# S3 method for hr
hr_area(x, units = FALSE, ...)
# S3 method for RasterLayer
hr_area(x, level = 0.95, ...)
# S3 method for akde
hr_area(x, units = FALSE, ...)
A tibble
with the home-range level and the area.
An object of class hr
Further arguments, none implemented.
[logic(1)]
Should areas be returned as units? If FALSE
areas are returned as numeric values.
The level at which the area will be calculated.