PiecewiseLinearInterp | R Documentation |
A function factory for piecewise linear interpolation.
PiecewiseLinearInterp(p)
p |
Interpolation points, can be unordered. |
a function that takes in a new point and returns the weight vector for Lagrange interpolation.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.