rmfi_bilinear_intp | R Documentation |
Bilinear interpolation on a rectilinear grid
rmfi_bilinear_intp(x, y, f, xout, yout)
x |
x coordinates of known points |
y |
y coordinates of known points |
f |
values at known poins (length 4). Order: bottom-left, bottom-right, top-left, top-right; using R's column-major ordering |
xout |
x coordinate of point to interpolate |
yout |
y coordinate of point to interpolate |
single bilinear interpolated value
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.