powered by
The cyclogram area is representative of the conjoint range of joint movements
area(ang1, ang2, len)
A numeric value of the area of cyclogram.
Any body segment joint angle vector.
Another body segment joint angle vector.
Length of the input vector
area of cyclogram
data(sample) v1 <- sample$hip v2 <- sample$knee len <- length(v1) area(v1, v2, len)
Run the code above in your browser using DataLab