Description Usage Arguments Details Value Author(s) References See Also Examples
View source: R/analysis_functions.R
Mostly meant for internal use in our analysis functions, but made available
for other use cases. Accordingly, it does not strictly rely on objects of
class muscle_stim
.
1 | trapezoidal_integration(x, f)
|
x |
a variable, e.g. vector of positions |
f |
integrand, e.g. vector of forces |
In the functions analyze_workloop()
, read_analyze_wl()
, and read_analyze_wl_dir()
, work is calculated as the difference
between the integral of the upper curve and the integral of the lower curve
of a work loop.
A numerical value indicating the value of the integral.
Vikram B. Baliga
Atkinson, Kendall E. (1989), An Introduction to Numerical Analysis (2nd ed.), New York: John Wiley & Sons
analyze_workloop
,
read_analyze_wl
,
read_analyze_wl_dir
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.