TT.iwd {soiltexture}R Documentation

Inverse weighted distance interpolation on a grid.

Description

Inverse weighted distance interpolation on a grid.

Usage

TT.iwd(
  tri.data,
  z.name,
  geo,
  css.names = NULL,
  text.tol = NULL,
  text.sum = NULL,
  blr.clock = NULL,
  tri.sum.tst = NULL,
  tri.pos.tst = NULL,
  set.par = FALSE,
  n = 25,
  lims = c("points", "triangle")[1],
  max.dist = NULL,
  q.max.dist = 0.5,
  pow = 0.5
)

Arguments

tri.data

See TT.plot

z.name

See TT.plot

geo

See TT.plot

css.names

See TT.plot

text.tol

See TT.plot

text.sum

See TT.plot

blr.clock

See TT.plot

tri.sum.tst

See TT.plot

tri.pos.tst

See TT.plot

set.par

If TRUE parameters are set automatically to their defualt value

n

Number of points in the grid

lims

"points" or "triangle"

max.dist

Maximum distance

q.max.dist

Passed to quantile

pow

Single numeric value. Power of the inverse weighted distance

Author(s)

Julien Moeys [aut, cre], Wei Shangguan [ctb], Rainer Petzold [ctb], Budiman Minasny [ctb], Bogdan Rosca [ctb], Nic Jelinski [ctb], Wiktor Zelazny [ctb], Rodolfo Marcondes Silva Souza [ctb], Jose Lucas Safanelli [ctb], Alexandre ten Caten [ctb]


[Package soiltexture version 1.5.3 Index]