transform.base {RHMS} | R Documentation |
transform
This function transforms an excess rainfall event to a direct runoff hydorgraph.
## S3 method for class 'base'
transform(rainfall,transformMethod,transformParams,Area,UH,simulation)
rainfall |
an object inherited from |
transformMethod |
a string: the type of transformation method. available types: |
transformParams |
a list of parameters associated to the selcted type of
|
Area |
the area of drainage basin (Km^2) |
UH |
a data.frame: must be provided when |
simulation |
a list of simulation time and dates as below:
|
Hydrogaph of direct runoff
Rezgar Arabzadeh