Description Usage Arguments Value
Function for bilinear and simplical interpolation in 2D
1 | simplr(x0, y0, x, y, vfx, method = "bilinear")
|
x0 |
coordinate for interpolation |
y0 |
coordinate for interpolation |
x |
vector of x coordinates with known function values |
y |
vector of y coordinates with known function values |
vfx |
function values at each (x,y). Note x and y must form a crossing - must have function values at each possible combination |
method |
string either "bilinear" or "simplical" |
interpolated value at x0 and y0
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.