gridBin: Grid via Binning

View source: R/section.gridder.R

gridBinR Documentation

Grid via Binning

Description

Bins data into reguarly spaced grid

Usage

gridBin(
  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

Unused

xscale

The spacing of the x grid

yscale

The spacing of the y grid

uncertainty

Unused

Author(s)

Thomas Bryce Kelly


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