Learn R Programming

VectorCodeR (version 0.2.0)

phase_angle: phase_angle

Description

waited to read the paper

Usage

phase_angle(ang1, ang2)

Value

A phase_angle figure.

Arguments

ang1

Any body segment joint angle vector.

ang2

Another body segment joint angle vector.

Details

coupling angle plot

Examples

Run this code
data(sample)
v1 <- sample$hip
v2 <- sample$knee
v3 <- sample$ankle
phase_angle(v1, v2)

Run the code above in your browser using DataLab