Learn R Programming

VectorCodeR (version 0.2.0)

perimeter: perimeter of the cyclogram

Description

The cyclogram perimeter provides information on the average joint velocity

Usage

perimeter(ang1, ang2, len)

Value

A numeric value of the perimeter of cyclogram.

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

Examples

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

Run the code above in your browser using DataLab