get_landmarks: Get gestural landmarks

View source: R/kinematics.R

get_landmarksR Documentation

Get gestural landmarks

Description

Get gestural landmarks

Usage

get_landmarks(signal_vel, time, start, end, threshold = 0.2)

Arguments

signal_vel

The velocity of the displacement signal.

time

The time of the signal.

start

Start time of interval in which to search for maximum displacement.

end

End time of interval in which to search for maximum displacement.

threshold

The velocity threshold (default is 0.2, corresponding to 20 percent velocity.)

Value

A tibble with one row and a column for each gestural landmark.


rticulate documentation built on April 3, 2025, 7:26 p.m.