Learn R Programming

amt (version 0.2.2.0)

hr_area: Home-range area

Description

Obtain the area of a home-range estimate, possible at different isopleth levels.

Usage

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, ...)

Value

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

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.