hr_network: Homerange Networks

Description Usage Arguments Details Value

View source: R/hr_network.R

Description

Build home range networks using adehabitatHR::kerneloverlap and returns either graph statitics or home range overlap.

Usage

1
2
hr_network(DT = NULL, id = NULL, utm = NULL, by = NULL,
  returns = NULL)

Arguments

DT

'data.tableā€œ of relocations.

id

individual identifier column name.

utm

proj4string indicating coordinate system of coordinates

by

columns in input DT to split home range network generation and comparison by. For example: c('season', 'year') or 'herd'. Expects character vector.

returns

either 'network-stats' or 'overlap'. See Details.

Details

DT provided with columns EASTING, NORTHING for UTM coordinates. by argument used to specify grouping. Defaults only (as used in the paper).

Value

graph strength for each individual


wildlifeevoeco/SocCaribou documentation built on May 25, 2019, 11:32 p.m.