integrateFunction {MOMA} | R Documentation |
Integrates numerically a function over a range using the trapezoid method
integrateFunction(f, xmin, xmax, steps = 100, ...)
f |
Function of 1 variable (first argument) |
xmin |
Number indicating the min x value |
xmax |
Number indicating the max x value |
steps |
Integer indicating the number of steps to evaluate |
... |
Additional arguments for |
Number