ptfFun.pred: Prediction of soil hydraulic properties

Description Usage Arguments Value Examples

View source: R/ptfFun.pred.R

Description

Prediction of soil hydraulic properties

Usage

1
ptfFun.pred(ptf.object, df)

Arguments

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.

Value

a vector of predicted, back transformed values. A data frame, if sets of Mualem-van Genuchten Paraemters, or van Genuchten Parameters are predicted.

Examples

1
2
3
4
# cf euptfFun
load(MVG_PTF01)
load(sample_data)
ptfFun.pred(ptf.object =MVG_PTF01 , df = sample_data)

tkdweber/euptf2 documentation built on Jan. 19, 2021, 4:20 p.m.