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