Description Usage Arguments Details Value See Also
View source: R/low.integrate.R
Approximates the integral of function by calculating the area under a smoothed spline fitted to the given x and y(x) values.
| 1 | low.integrate(x, y)
 | 
| x | Numeric vector. | 
| y | Numeric vector, corresponding to  | 
The function uses the the R internal function smooth.spline.
Area under the smoothed spline.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.