Learn R Programming

VectorCodeR (version 0.2.0)

phase_ratio: phase_ratio

Description

phase-ratio statistics

Usage

phase_ratio(pa)

Value

A phase-ratio dataframe.

Arguments

pa

phase-angle vector.

Examples

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

Run the code above in your browser using DataLab