Description Usage Arguments Value Author(s) Examples
To make the fatigue impulse response varying over time in accordance with system input.
1 |
data |
A data frame object that contains at least training loads, performances and time between two consecutive sessions. |
k3 |
The gain term for fatigue occurrences. |
tau3 |
The time constant of the fatigue remanence exponential decrease. |
vars |
A list that contains input (i.e. session training loads) and time (i.e. the time between two consecutive inputs) numerical vectors. |
a vector of numerical values
Frank Imbach frankimbach@gmail.com
1 | k2i_fn(data = example_data, k3=5, tau3 = 5, vars = list("input" = example_data$training_load, "time" = example_data$rest))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.