phase_angle {VectorCodeR} | R Documentation |
phase_angle
Description
waited to read the paper
Usage
phase_angle(ang1, ang2)
Arguments
ang1 |
Any body segment joint angle vector. |
ang2 |
Another body segment joint angle vector. |
Details
coupling angle plot
Value
A phase_angle figure.
Examples
data(sample)
v1 <- sample$hip
v2 <- sample$knee
v3 <- sample$ankle
phase_angle(v1, v2)
[Package VectorCodeR version 0.2.0 Index]