rmfi_trilinear_intp | R Documentation |
Trilinear interpolation on a rectilinear grid
rmfi_trilinear_intp(x, y, z, f, xout, yout, zout)
x |
x coordinates of known points |
y |
y coordinates of known points |
z |
z coordinates of known points |
f |
values at known poins (length 8). Order: upper:bottom-left, bottom-right, top-left, top-right; bottom: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 |
zout |
z coordinate of points to interpolate |
single trilinear interpolated value
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.