Obtain the isopleths of a home-range estimate, possible at different isopleth levels.
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, ...)
A tibble
with the home-range level and a simple feature columns with the isoploth as multipolygon.
An object of class hr
Further arguments, none implemented.
[numeric]
The isopleth levels used for calculating home
ranges. Should be 0 < level < 1
.
[logical = TRUE]
Indicating if levels (and thus the polygons) should be ordered in descending (default) or not.
The confidence level for isopleths for aKDE
.