Skip to contents

Simple trajectory step function

Usage

step_direct(moment, time_next, settings)

Arguments

moment

Position tibble with extra columns `direction` and `speed`

time_next

Next time step to predict

settings

list with basic properties

Value

Another moment - position tibble with extra columns `direction` and `speed` corresponding to time_next

See also

Other step_functions: step_vonmises(), step_waitandmove(), step_zigzag()