Methods to calculate the overlap of two or more home-range estimates.
hr_overlap(x, ...)# S3 method for hr
hr_overlap(x, y, type = "hr", conditional = FALSE, ...)
# S3 method for list
hr_overlap(
x,
type = "hr",
conditional = FALSE,
which = "consecutive",
labels = NULL,
...
)
data.frame
with the isopleth level and area in units of the
coordinate reference system.
A home-range estimate
Further arguments, none implemented.
[character](1)
Type of index, should be one of hr
, phr
,
vi
, ba
, udoi
, or hd
.
[logical](1)
Whether or not conditional UDs are
used. If TRUE
levels from that were used to estimate home ranges will be
used.
[character = "consecutive"]
Should only consecutive overlaps be calculated or all combinations?
[character=NULL]
Labels for different instances. If NULL
(the default) numbers will be used.