integ | R Documentation |
Simple numerical integration of y(x)
integ(x, y)
x |
A vector containing x values |
y |
A vector containing y values |
x <- seq(0, 2 * pi, .0001) y <- sin(x)^2 integ(x, y)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.