View source: R/interpolations.R
| getSmoothSplineInterpolation | R Documentation |
Produces an interpolation function of the form described in interpolations.
getSmoothSplineInterpolation(...)
... |
any arguments other than |
A function of the form described in interpolations, i.e.,
accepting the arguments dates.in, y.in, and dates.out
and returning predictions from a smooth spline function for y.out.
That function will use the arguments supplied in ....
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.