search_stops.RdSearches for movement stops and returns time since start for each event
search_stops(obj, speed_threshold, min_duration, ...) # S3 method for 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
navr: Searches stops in navr object. THe navr object has to have
calculated speeds, times etc.