hr_isopleths: Home-range isopleths

hr_isoplethsR Documentation

Home-range isopleths

Description

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

Usage

hr_isopleths(x, ...)

## S3 method for class 'PackedSpatRaster'
hr_isopleths(x, levels, descending = TRUE, ...)

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

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

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

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

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

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.

Value

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


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