Description Usage Arguments Details Value Author(s) Examples
If in doubt which pedotransfer function to use, apply this function. It returns a suggested PTF based on the available (that is provided) predictor variables and optionally a specified target variable. This is conditional to the provided set of predictor variables such as PSD and DEPTH
1 |
predictor |
A vector of |
target |
A vector of |
The following columns in the predictor argument can be present, the first 4 are required for the code to work. The names are case sensitive. USSAND, USSILT, USCLAY, DEPTH_M, OC, BD, CACO3, PH_H2O, CEC
A vector of length m
, with suggested PTF to use.
Tobias KD Weber, tobias.weber@uni-hohenheim.de
Brigitta Szabo, toth.brigitta@atk.hu
1 | ## Not run: use_these <- which_PTF(predictor = c("USSAND", "USSILT","USCLAY" , "DEPTH_M"), target = c("THS", "VG"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.