Description Usage Arguments Value Note Examples
View source: R/simplexlinear.R
A call fun <- slappx(val, knots)
creates a piecewise multilinear interpolation
on the Delaunay triangulation of the knots
.
1 |
... |
Further arguments to the function, if |
val |
Array or function. Function values in the knots, or the function itself. |
knots |
matrix. Each column is a point in M-dimensional space. |
A function(x)
interpolating the values.
By default, the interpolant will yield NaN for points outside the convex hull of the knots,
but some extrapolation will be returned instead if the interpolant is called with the
argument epol=TRUE
.
1 2 3 4 5 6 7 8 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.