| Events {hydropeak} | R Documentation |
Events
Description
A complementary dataset to the flow fluctuation dataset Q. It contains
the events and metrics such as computed by get_events().
Usage
Events
Format
A data frame with 165 rows and 8 variables:
- ID
Character string which refers to the identifier of the gauging station (in Austria: HZBCODE)
- EVENT_TYPE
Event types are defined as follows:
0: Constant event after NA event or constant event as first event in time series
1: Constant event after DC
2: Increasing event (IC)
3: Constant event after IC
4: Decreasing event (DC)
5: NA event
- Time
Date-time of event starting point
- AMP
Amplitude (
amp())- MAFR
Maximum flow fluctuation rate (
mafr())- MEFR
Mean flow fluctuation rate (
mefr())- DUR
Duration (
dur())- RATIO
Flow ratio (
ratio())
[Package hydropeak version 0.1.2 Index]