yank: Calculating yank for force data

View source: R/BiomechanicsFunctions.R

yankR Documentation

Calculating yank for force data

Description

Calculates yank as a measure of the change in force per unit of time.

Usage

yank(time, force ...)

Arguments

time

Numeric values representing the time elapsed in units of seconds.

force

Numeric values representing the force measured at each time point.

Details

These procedures follow the methodology described in Lin et al. 2019.

References

Lin DC, McGowan CP, Blum KP, Ting LH. Yank: the time derivative of force is an important biomechanical variable in sensorimotor systems. Journal of Experimental Biology 222: jeb180414. https://jeb.biologists.org/content/222/18/jeb180414

Examples


yank(seq(1:10), rnorm(10, 1, 1), )


MorphoFun/kraken documentation built on July 2, 2022, 1:13 p.m.