TT.kde2d {soiltexture}R Documentation

Calculated the 2D probabilty density on an x-y grid.

Description

Function that calculated the 2D probabilty density on an x-y grid (and NOT on the clay silt sand reference system). Wrapper around the kde2d function from the MASS package.

Usage

TT.kde2d(
  geo,
  tri.data,
  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")[2]
)

Arguments

geo

See TT.plot

tri.data

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

Passed to kde2d

lims

Passed to kde2d

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]