search_stops | R Documentation |
Searches for movement stops and returns time since start for each event
search_stops(obj, speed_threshold, min_duration, ...)
## S3 method for class 'navr'
search_stops(obj, speed_threshold, min_duration = 0)
obj |
navr object with calculated speeds |
speed_threshold |
what is the speed considered to be the moving speed |
min_duration |
in secouds how long should the person be still |
... |
list with times, time since start, and durations of stillness
search_stops(navr)
: Searches stops in navr object. THe navr object has to have
calculated speeds, times etc.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.