R/func_classifyPath.r
wat_classify_points.Rd
Classify points as residence points based on residence time.
wat_classify_points(data, lim_res_time = 2, min_fix_warning = 5)
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. |
A data.frame extension object, which retains only points
classified as residence points if residence time is below lim_res_time
over travelSeg
points.