Description Usage Arguments Value Examples
Prediction of soil hydraulic properties
1 | ptfFun.pred(ptf.object, df)
|
ptf.object |
object of ranger class with the built random forest |
df |
data.frame with data, specific column names are required. It is advised to use euptfFun. |
a vector of predicted, back transformed values. A data frame, if sets of Mualem-van Genuchten Paraemters, or van Genuchten Parameters are predicted.
1 2 3 4 | # cf euptfFun
load(MVG_PTF01)
load(sample_data)
ptfFun.pred(ptf.object =MVG_PTF01 , df = sample_data)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.