TT.text.transf {soiltexture} | R Documentation |
Log-linear transformation of a soil texture data table between 2 particle size systems (3 classes).
Description
Log-linear transformation of a soil texture data table ('tri.data') from one particle size system ('dat.css.ps.lim') into another ('base.css.ps.lim'). Only 3 particle size classes allowed. See TT.text.transf.X for transformation involving more than 3 particle classes. 'tri.data' may contain other variables (not in 'css.names'). They are returned unchanged with the transformed texture data.
Usage
TT.text.transf(
tri.data,
base.css.ps.lim,
dat.css.ps.lim,
css.names = NULL,
blr.tx = NULL,
text.sum = NULL,
text.tol = NULL,
tri.sum.tst = NULL,
tri.pos.tst = NULL,
trsf.add.opt1 = NULL,
trsf.add.opt2 = NULL
)
Arguments
tri.data |
See |
base.css.ps.lim |
See |
dat.css.ps.lim |
See |
css.names |
See |
blr.tx |
See |
text.sum |
See |
text.tol |
See |
tri.sum.tst |
See |
tri.pos.tst |
See |
trsf.add.opt1 |
See |
trsf.add.opt2 |
See |
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]