View source: R/vector_coding.R
ang_ang_plot | R Documentation |
angle-angle plot
ang_ang_plot(ang1, ang2)
ang1 |
Hip angle vector. |
ang2 |
Knee angle vector. |
A angle_angle figure.
v1 <- sample$hip
v2 <- sample$knee
v3 <- sample$ankle
ang_ang_plot(v1, v2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.