hrAsym: Asymptote diagnostics for home range estimates

Description Usage Arguments Examples

View source: R/DiagnoseHR.R

Description

The HRasym function allows users to examine whether and at what point the home range estimate reaches an asymptote by iteratively adding relocations to a base subsample. The graph created by the HRasym function depicts the home range estimate for each iteration.

Usage

1
2
3
4
5
hrAsym(locs = NULL, type = "mcp", ID = NULL, levels = 90,
  percent = 95, a = NULL, unin = "m", unout = "ha", plotit = F,
  grid = 60, same4all = F, kern = "bivnorm", extent = 1,
  duplicates = "random", hlim = c(0.5, 1.5), arange = NULL,
  amount = "NULL", h = "href")

Arguments

locs

is a SpatialPointsDataFrame containing coordinates(x,y) and a column of individual identifiers (ID).

type

Defaults to 'mcp'. Options include 'mcp', 'kud' and 'LoCoH'

ID

is a column from locs, and will be used for referencing individual-level diagnostics.

...

further arguments, including optional home range arguments from adeHabitatHR

Examples

1
hrDiag(locs, type = 'mcp', ID = locs$ID)

lsw5077/DiagnoseHR documentation built on Aug. 16, 2019, 11:33 a.m.