Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

TT.data.test

Test the validity of some soil texture data table (3 particle size classes).


Description

Test the validity of some soil texture data table. (1) Test that

it is a data.frame or matrix, (2) Test that column names contains

'css.names', (3) Test that there are no missing values, (4) that

all values are >= 0, (5) That the sum of the 3 particle size classes

is >= 'text.sum'*(1-'text.tol') or <= 'text.sum'*(1+'text.tol').

'tri.data' may contain other variables than the 3 textuer classes

(ignored).

Usage

TT.data.test(tri.data, css.names = NULL, text.sum = NULL, 


    text.tol = NULL, tri.sum.tst = NULL, tri.pos.tst = NULL)

Arguments

tri.data
css.names
text.sum
text.tol
tri.sum.tst
tri.pos.tst

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]


soiltexture

Functions for Soil Texture Plot, Classification and Transformation

v1.5.1
AGPL (>= 3)
Authors
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]
Initial release
2018-09-19

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.