View source: R/vector_coding.R
phase_angle | R Documentation |
waited to read the paper
phase_angle(ang1, ang2)
ang1 |
Any body segment joint angle vector. |
ang2 |
Another body segment joint angle vector. |
coupling angle plot
A phase_angle figure.
data(sample)
v1 <- sample$hip
v2 <- sample$knee
v3 <- sample$ankle
phase_angle(v1, v2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.