Description Usage Arguments Details Value Note Author(s) References Examples
This function provides the required figure to define the inter-event time definition (IETD) based on the average annual number of events analysis.
1 | AAEA(Time_series,MaxIETD,xlabel,ylabel)
|
Time_series |
A dataframe. The first column contains the time and day of a rainfall pulse and the second one the depth of rainfall in each time step. The date must be as POSIXct class. |
MaxIETD |
The maximum value of IETD to be analyzed (in hours). Default value 24. |
xlabel |
Label of the x-axis. |
ylabel |
Label of the y-axis. |
This analysis is based on the computation of the average annual number of events (AAE) for several IETD values, the appropriate value of IETD is determined as the point where increasing IETD does not change AAE significantly \insertCiteJoo2014,Adams2000IETD. The analyst, thus, uses the plot of IETD vs AAE to define that value.
A list with the figure of IETD (in hours) vs AAE and a dataframe with its values.
To review the concept of IETD, go to the details of drawre
function.
Luis F. Duque <lfduquey@gmail.com> <l.f.duque-yaguache2@newcastle.ac.uk>
1 | AAEA(Time_series=hourly_time_series)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.