Creates a phase portrait (angle vs angular velocity) for analyzing movement dynamics and coordination patterns.
Usage
plotPhasePortrait(
angle,
velocity = NULL,
sampling_rate = 100,
groups = NULL,
normalize = FALSE,
title = "Phase Portrait"
)See also
computeVelocity() for computing angular velocities from position data,
plotGaitCycle() for time-domain gait cycle visualization.
