RHMS (version 1.3)

loss.default: default function for class of loss

Description

this function provides parametric methods (e.g. "horton" and "SCS") to compute loss and direct runoff depths

Usage

# S3 method for default
loss(precipitation,lossParams=list(f0=NULL,f1=NULL,k=NULL,CN=NULL),
                       simulation=c(interval=3600,period=NA),lossMethod)

Arguments

precipitation

a vector of precipitation time series(mm)

lossParams

a list: list of parameters associated to the selcted type of lossMethod: CN for "SCS" and f0, f1, k for "horton"

simulation

a vector of simulation interval (in second) and time steps (an integer)

lossMethod

a string including the type of lossMethod: "SCS" and "horton"

Value

a dataframe: including precipitation, loss, and exess rainfall depth

See Also

loss