hr_overlaps {amt} | R Documentation |
Methods to calculate home-range overlaps
Description
Methods to calculate the overlap of two or more home-range estimates.
Usage
hr_overlap(x, ...)
## S3 method for class 'hr'
hr_overlap(x, y, type = "hr", conditional = FALSE, ...)
## S3 method for class 'list'
hr_overlap(
x,
type = "hr",
conditional = FALSE,
which = "consecutive",
labels = NULL,
...
)
Arguments
x , y |
A home-range estimate |
... |
Further arguments, none implemented. |
type |
|
conditional |
|
which |
|
labels |
|
Value
data.frame
with the isopleth level and area in units of the
coordinate reference system.
[Package amt version 0.2.2.0 Index]