phase_angle: phase_angle

View source: R/vector_coding.R

phase_angleR Documentation

phase_angle

Description

waited to read the paper

Usage

phase_angle(ang1, ang2)

Arguments

ang1

Any body segment joint angle vector.

ang2

Another body segment joint angle vector.

Details

coupling angle plot

Value

A phase_angle figure.

Examples

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

VectorCodeR documentation built on Oct. 16, 2023, 1:06 a.m.