hr_count: Determine the number of home ranges

Description Usage Arguments Value Author(s)

Description

This function determines the number of home ranges from the linear network with vertex weights representing utilization distribution.

Usage

1
hr_count(net, perc = 0.95, split = TRUE, hr_size = 2000)

Arguments

net

The glinet object.

perc

The volume percentage of the underlying utilization distribution that defines home ranges.

split

If TRUE (default), then home ranges longer than 2*hr_size are splitted.

hr_size

Length of home range size used for splitting longer home ranges. Not used when split is FALSE.

Value

The number of home ranges in the network (integer).

Author(s)

Vojta Barták


vojta-bartak/glinet documentation built on Nov. 29, 2021, 6:21 p.m.