hr_isopleths | R Documentation |
Obtain the isopleths of a home-range estimate, possible at different isopleth levels.
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, ...)
x |
An object of class |
... |
Further arguments, none implemented. |
levels |
|
descending |
|
conf.level |
The confidence level for isopleths for |
A tibble
with the home-range level and a simple feature columns with the isoploth as multipolygon.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.