Description Usage Arguments Value
Adaptive quadrature of functions of one variable over a finite or infinite interval.
1 | integrateVector(f, lower, upper, ...)
|
f |
an R function taking a numeric first argument and returning a numeric vector of the same length. Returning a non-finite element will generate an error. |
lower |
vector the limits of integration. Can be infinite. |
upper |
vector the limits of integration. Can be infinite. |
... |
additional arguments to be passed to f. |
value a vector the final estimate of the integral.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.