Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

hr_overlaps

Different Methods to calculate home-range overlaps


Description

Different Methods to calculate home-range overlaps

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

hr A home-range estimate

...

Further arguments, none implemented.

type

[character](1)
Type of index, should be one of hr, phr, vi, ba, udoi, or hd.

conditional

[logical](1)
Whether or not conditional UDs are used. If TRUE levels from that were used to estimate home ranges will be used.

which

[character = "consecutive"]
Should only consecutive overlaps be calculated or all combinations?

labels

[character=NULL]
Labels for different instances. If NULL (the default) numbers will be used.

Value

data.frame with the isopleth level and area in units of the coordinate reference system.


amt

Animal Movement Tools

v0.1.4
GPL-3
Authors
Johannes Signer [aut, cre], Brian Smith [ctb], Bjoern Reineking [ctb], Ulrike Schlaegel [ctb], John Fieberg [ctb], Scott LaPoint [dtc]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.