gridNNI: Grid via Natural Neighbor Interpolation

gridNNIR Documentation

Grid via Natural Neighbor Interpolation

Description

Grid via Natural Neighbor Interpolation

Usage

gridNNI(
  gx,
  gy,
  x,
  y,
  z,
  p = 2,
  xscale = 1,
  yscale = 1,
  uncertainty = 0.1,
  neighborhood = NULL,
  x.factor = 1,
  y.factor = 1
)

Arguments

gx

Grid x values to interpolate onto

gy

Grid y values to interpolate onto

x

Observations, x values

y

Observations, y values

z

Observations, z values

p

Exponent on the distance function

Author(s)

Thomas Bryce Kelly


tbrycekelly/TheSource documentation built on Nov. 7, 2023, 12:48 a.m.