View source: R/vector_coding.R
phase_ratio | R Documentation |
phase-ratio statistics
phase_ratio(pa)
pa |
phase-angle vector. |
A phase-ratio dataframe.
data(sample)
v1 <- sample$hip
v2 <- sample$knee
v3 <- sample$ankle
pa <- phase_angle(v1, v2)
phase_ratio(pa)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.