search_stops: Searches for movement stops and returns time since start for...

View source: R/navr-onsets.R

search_stopsR Documentation

Searches for movement stops and returns time since start for each event

Description

Searches for movement stops and returns time since start for each event

Usage

search_stops(obj, speed_threshold, min_duration, ...)

## S3 method for class 'navr'
search_stops(obj, speed_threshold, min_duration = 0)

Arguments

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

...

Value

list with times, time since start, and durations of stillness

Methods (by class)

  • navr: Searches stops in navr object. THe navr object has to have calculated speeds, times etc.


hejtmy/navr documentation built on March 3, 2023, 5:24 p.m.