Learn R Programming

amt (version 0.2.2.0)

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 PackedSpatRaster hr_isopleths(x, levels, descending = TRUE, ...)

# S3 method for SpatRaster hr_isopleths(x, levels, descending = TRUE, ...)

# S3 method for mcp hr_isopleths(x, descending = TRUE, ...)

# S3 method for locoh hr_isopleths(x, descending = TRUE, ...)

# S3 method for hr_prob hr_isopleths(x, descending = TRUE, ...)

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

Value

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

Arguments

x

An object of class hr

...

Further arguments, none implemented.

levels

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

descending

[logical = TRUE]
Indicating if levels (and thus the polygons) should be ordered in descending (default) or not.

conf.level

The confidence level for isopleths for aKDE.