rmfi_bilinear_intp: Bilinear interpolation on a rectilinear grid

View source: R/internals.R

rmfi_bilinear_intpR Documentation

Bilinear interpolation on a rectilinear grid

Description

Bilinear interpolation on a rectilinear grid

Usage

rmfi_bilinear_intp(x, y, f, xout, yout)

Arguments

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

Value

single bilinear interpolated value


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