wat_classify_points: Classify points as residence points based on residence time.

Description Usage Arguments Value

View source: R/func_classifyPath.r

Description

Classify points as residence points based on residence time.

Usage

1
wat_classify_points(data, lim_res_time = 2, min_fix_warning = 5)

Arguments

data

A data frame which must have a column for the residence time at each point.

lim_res_time

A numeric giving the time limit in minutes against which residence time is compared.

min_fix_warning

Triggers a warning if the data with travel segments removed has fewer than this number of rows.

Value

A data.frame extension object, which retains only points classified as residence points if residence time is below lim_res_time over travelSeg points.


pratikunterwegs/watlasUtils documentation built on Nov. 9, 2021, 12:26 a.m.