transform.base {RHMS} | R Documentation |
base function for class of transform
Description
This function transforms an excess rainfall event to a direct runoff hydorgraph.
Usage
## S3 method for class 'base'
transform(rainfall,transformMethod,transformParams,Area,UH,simulation)
Arguments
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:
|
Value
Hydrogaph of direct runoff
Author(s)
Rezgar Arabzadeh