genericSmoothSplineInterpolation: A parameterizable smoothing spline function.

Description Usage Arguments

Description

Does not strictly adhere to the guidelines in interpolations, but can be used by getSmoothSplineInterpolation to produce a function that does.

Usage

1
genericSmoothSplineInterpolation(dates.in, y.in, dates.out, ...)

Arguments

dates.in

A numeric vector desribing the dates for each of the values in y.in. Dates are represented as the number of seconds since 1970.

y.in

A vector of values (typically fluxes or concentrations) to interpolate among.

dates.out

A numeric vector of dates for which the corresponding output values are to be produced. Dates are represented as the number of seconds since 1970.

...

any arguments other than x and y to be passed to stats::smooth.spline.


McDowellLab/loadflex documentation built on May 8, 2019, 9:48 a.m.