Get gestural landmarks
get_landmarks(signal_vel, time, start, end, threshold = 0.2)
A tibble with one row and a column for each gestural landmark.
The velocity of the displacement signal.
The time of the signal.
Start time of interval in which to search for maximum displacement.
End time of interval in which to search for maximum displacement.
The velocity threshold (default is 0.2
, corresponding to 20 percent velocity.)