Learn R Programming

VectorCodeR (version 0.2.0)

area: Area of cyclogram

Description

The cyclogram area is representative of the conjoint range of joint movements

Usage

area(ang1, ang2, len)

Value

A numeric value of the area of cyclogram.

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

Examples

Run this code
data(sample)
v1 <- sample$hip
v2 <- sample$knee
len <- length(v1)
area(v1, v2, len)

Run the code above in your browser using DataLab