perimeter {VectorCodeR} | R Documentation |
perimeter of the cyclogram
Description
The cyclogram perimeter provides information on the average joint velocity
Usage
perimeter(ang1, ang2, len)
Arguments
ang1 |
Any body segment joint angle vector. |
ang2 |
Another body segment joint angle vector. |
len |
Length of the input vector |
Details
perimeter of the cyclogram
Value
A numeric value of the perimeter of cyclogram.
Examples
data(sample)
v1 <- sample$hip
v2 <- sample$knee
len <- length(v1)
perimeter(v1, v2, len)
[Package VectorCodeR version 0.2.0 Index]