calc_MU_firing_rate_funcs | R Documentation |
For each MU calculate a function that gives its firing rate in dependence of the current muscle work load.
calc_MU_firing_rate_funcs(muscles, MUs)
muscles |
A data frame containing information on the muscles. |
MUs |
A data frame containing MU objects. |
Note that this includes the different MU's activation threshold, as before being activated the firing rate of a MU is just zero. The muscle work load should be given in the ratio of the maximum voluntary contraction (MVC) of the muscle, i.e., a value between 0 and 1.
A data frame containing a column $rate.function that gives the function described above for each MU.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.