loss.base {RHMS} | R Documentation |
base function for class of reachRouting
Description
this function provides methods (e.g. "horton"
and "SCS"
) to compute loss and direct runoff depths
Usage
## S3 method for class 'base'
loss(precipitation,lossMethod,lossParams)
Arguments
precipitation |
a vector of precipitation time series(mm) |
lossMethod |
a string including the type of lossMethod: |
lossParams |
a list of parameters associated to the selcted type of
|
Value
a dataframe: including precipitation, loss, and exess rainfall depth
Author(s)
Rezgar Arabzadeh
See Also
[Package RHMS version 1.7 Index]