powered by
The cyclogram perimeter provides information on the average joint velocity
perimeter(ang1, ang2, len)
A numeric value of the perimeter of cyclogram.
Any body segment joint angle vector.
Another body segment joint angle vector.
Length of the input vector
perimeter of the cyclogram
data(sample) v1 <- sample$hip v2 <- sample$knee len <- length(v1) perimeter(v1, v2, len)
Run the code above in your browser using DataLab