area {VectorCodeR} | R Documentation |
Area of cyclogram
Description
The cyclogram area is representative of the conjoint range of joint movements
Usage
area(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
area of cyclogram
Value
A numeric value of the area of cyclogram.
Examples
data(sample)
v1 <- sample$hip
v2 <- sample$knee
len <- length(v1)
area(v1, v2, len)
[Package VectorCodeR version 0.2.0 Index]