trapz.Rd
Given a vector (or a matrix) representing a curve (or set of curves, columnwise), the area (or set of areas) is calculated using the trapezoidal rule.
trapz(x, y)
x | vector of samples for the dependent variable. |
---|---|
y | vector or matrix of samples for the independent variable. In the case of the latter, curves are organized column-wise. |
area (areas) under the sampled curve (curves).
Tustison NJ