low.integrate: Function to estimate the area under a curve given as...

Description Usage Arguments Details Value See Also

View source: R/low.integrate.R

Description

Approximates the integral of function by calculating the area under a smoothed spline fitted to the given x and y(x) values.

Usage

1

Arguments

x

Numeric vector.

y

Numeric vector, corresponding to x.

Details

The function uses the the R internal function smooth.spline.

Value

Area under the smoothed spline.

See Also

smooth.spline


grofit documentation built on May 30, 2017, 4:08 a.m.