Description Usage Arguments Value Examples
Uncertainties (quantiles) of predicted soil hydraulic properties
1 | ptfFun.quant(ptf.object, df, quantiles = c(0.05, 0.25, 0.5, 0.75, 0.95))
|
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. |
quantiles |
vector of quantiles for the uncertainties to be calculated at. HAve to be between 0 and 1. |
data.frame of observations and quantiles, a list in the case of van Genuchten and Mualem-van Genuchten parameters.
1 2 3 4 | # cf euptfFun
load(MVG_PTF01)
load(sample_data)
ptfFun.quant(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.