search_deliberation_stops: Searches for deliberation stop times and durations (time of...

View source: R/navr-deliberation.R

search_deliberation_stopsR Documentation

Searches for deliberation stop times and durations (time of no movement and increased rotation)

Description

if min_rotation is 0, then it can be replaced by search stops.

Usage

search_deliberation_stops(
  obj,
  speed_threshold,
  min_duration,
  min_rotation,
  rotation_axis = "x",
  ...
)

## S3 method for class 'navr'
search_deliberation_stops(
  obj,
  speed_threshold,
  min_duration,
  min_rotation,
  rotation_axis = "x",
  ...
)

Arguments

speed_threshold

what is considered as a stopping speed. Same as the speed threshold in search_stops

min_duration

minimal duration of the stop

...

Methods (by class)

  • navr: Searches for deliberation stops in navr object


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