Learn R Programming

amt (version 0.1.5)

hr_isopleths: Home-range isopleths

Description

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

Usage

hr_isopleths(x, ...)

# S3 method for RasterLayer hr_isopleths(x, level, ...)

# S3 method for mcp hr_isopleths(x, ...)

# S3 method for locoh hr_isopleths(x, ...)

# S3 method for hr_prob hr_isopleths(x, ...)

# S3 method for akde hr_isopleths(x, conf.level = 0.95, ...)

Arguments

x

An object of class hr

...

Further arguments, none implemented.

level

[numeric] The isopleth levels used for calculating home ranges. Should be 0 < level < 1.

conf.level

The confidence level for isopleths for aKDE.

Value

A tibble with the home-range level and a simple feature columns with the isoploth as multipolygon.