use_resultant {impactr} | R Documentation |
Computes the acceleration resultant vector.
use_resultant(data)
data |
An |
An object of class impactr_data
with the acc_R
column
containing the acceleration resultant vector.
data <- read_acc(impactr_example("hip-raw.csv"))
use_resultant(data)