rmfi_trilinear_intp: Trilinear interpolation on a rectilinear grid

View source: R/internals.R

rmfi_trilinear_intpR Documentation

Trilinear interpolation on a rectilinear grid

Description

Trilinear interpolation on a rectilinear grid

Usage

rmfi_trilinear_intp(x, y, z, f, xout, yout, zout)

Arguments

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

Value

single trilinear interpolated value


rogiersbart/RMODFLOW documentation built on Jan. 14, 2023, 4:21 a.m.