Description Usage Arguments Value
View source: R/func_classifyPath.r
Classify points as residence points based on residence time.
1 | 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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.