predict.fitSHP {SoilHyP} | R 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 |
[Package SoilHyP version 0.1.7 Index]