View source: R/cyclogram_area.R
perimeter | R Documentation |
The cyclogram perimeter provides information on the average joint velocity
perimeter(ang1, ang2, len)
ang1 |
Any body segment joint angle vector. |
ang2 |
Another body segment joint angle vector. |
len |
Length of the input vector |
perimeter of the cyclogram
A numeric value of the perimeter of cyclogram.
data(sample)
v1 <- sample$hip
v2 <- sample$knee
len <- length(v1)
perimeter(v1, v2, len)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.