hr_isopleths {amt} | R 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 |
... |
Further arguments, none implemented. |
levels |
|
descending |
|
conf.level |
The confidence level for isopleths for |
Value
A tibble
with the home-range level and a simple feature columns with the isoploth as multipolygon.
[Package amt version 0.2.2.0 Index]