powered by
Compute area under the curve by using the rectangle's method.
area_rect(x, y)
A numeric.
Numeric.
x <- c(0, 0, 0.5, 1) y <- c(0, 0.5, 0.5, 1) plot(x, y, type = "b") evabic:::area_rect(x, y)
Run the code above in your browser using DataLab