gridIDW: Grid via Inverse Distance Weighting Interpolation

View source: R/section.gridder.R

gridIDWR Documentation

Grid via Inverse Distance Weighting Interpolation

Description

Grid via Inverse Distance Weighting Interpolation

Usage

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

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.