hr_area: Home-range area

View source: R/hr_area.R

hr_areaR 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 hr

...

Further arguments, none implemented.

units

⁠[logic(1)]⁠
Should areas be returned as units? If FALSE areas are returned as numeric values.

level

The level at which the area will be calculated.

Value

A tibble with the home-range level and the area.


amt documentation built on March 31, 2023, 5:29 p.m.