Description Usage Arguments Value Note References Examples
View source: R/HydRun_functions.R
compute.hyeto.ITC
is used to calculate timing characteristics of a precipitation event hyetograph.
1 | compute.hyeto.ITC(PrecipEvent)
|
PrecipEvent |
A data frame containing a precipitation event event (format is 2 columns: datetime and precipitation). |
A list containing the time of runoff event start
, end
, and centroid
.
The unit of time characteristics is in hours.
This is an R implementation of a function from the MATLAB toolbox HydRun.
Tang, W., & Carey, S. K. (2017). HydRun: a MATLAB toolbox for rainfall runoff analysis. Hydrological Processes, 31(15), 2670-2682.
1 | events <- compute.hyeto.ITC(PrecipEvent)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.