integ | R Documentation |
Numerical Integral function using Simpson's rule
integ(x, fx, method, n.pts = 256)
x |
The numeric data vector. |
fx |
The function. |
method |
The character string specifying method of numerical integration. The possible options are |
n.pts |
Number of points. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.