transform.default {RHMS} | R Documentation |
default function for class of transform
Description
This function transforms an excess rainfall event to a direct runoff hydorgraph.
Usage
## Default S3 method:
transform(rainfall,transformMethod='SCS',
transformParams=list(Tlag=NULL,
Cp =NULL,
Ct =NULL,
L =NULL,
Lc =NULL),
Area,UH=NA,
simulation=list(start=NULL,end=NULL,by=NULL))
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