distancenextvisit_wos: Computes Move Distances Not Ignoring Short-Term Visits

Description Usage Arguments Value See Also Examples

View source: R/aggregateTrack.R

Description

distancenextvisit_wos computes for a data.frame as created internally in aggregateTrack the linear distance between locations of adjacent campsites, whereby short-term visits are counted as gaps.

Usage

1
distancenextvisit_wos(agg, aggcoords)

Arguments

agg

A data.frame object as created internally in aggregateTrack.

aggcoords

A SpatialPoints object with a value for each value in agg.

Value

A numeric vector containing the linear distance between locations of adjacent campsites, whereby short-term visits are counted as gaps. Values for a following move are always assigned to the last value of a visit in agg as indicated by agg$end.

See Also

aggregateTrack

Examples

1
#

henningte/herdersTA documentation built on Jan. 22, 2020, 5:16 a.m.