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 |
tri.data |
See |
css.names |
See |
text.tol |
See |
text.sum |
See |
blr.clock |
See |
tri.sum.tst |
See |
tri.pos.tst |
See |
set.par |
If TRUE parameters are set automatically to their defualt value |
n |
Passed to |
lims |
Passed to |
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]