predict.fitSHP: Predict values using fitSHP object

View source: R/predict_fitSHP.R

predict.fitSHPR Documentation

Predict values using fitSHP object

Description

Predicts values using fitSHP object with calibrated paramter of SWC, KU or both depending on the fitSHP object

Usage

## S3 method for class 'fitSHP'
predict(object, suc = NULL, length.out = 100, suc.negativ = FALSE, ...)

Arguments

object

object of class fitSHP

suc

Suction/pressure heads for the prediction of the soil hydraulic properties

length.out

output length if suc == NULL

suc.negativ

set TRUE if suction/pressure heads are negative and FALSE if positive

...

arguments for predict


SoilHyP documentation built on Feb. 16, 2023, 7:06 p.m.