- Sx
Data frame that consists of flow fluctuation events and
computed metrics (see
hydropeak::get_events()) of
an upstream hydrograph \(S_{x}\).
- Sy
Data frame that consists of flow fluctuation events and
computed metrics (see
hydropeak::get_events()) of
a downstream hydrograph \(S_{y}\).
- relation
Data frame that contains the relation between
upstream and downstream hydrograph. Must only contain two rows
(one for each hydrograph) in order of their location in
downstream direction. See the appended example data
relation.csv or the vignette for details on the
structure. See get_lag() for further
information about the relation and the lag between the
hydrographs.
- timeLag
Numeric vector specifying factors to alter the
interval to capture events from the downstream hydrograph. By
default it is timeLag = c(1, 1, 1), this refers to
matches within a time slot \(\pm\) the mean translation time
from relation. For exact time matches, timeLag =
c(0, 1, 0) must be specified.
- metricLag
Numeric vector specifying factors to alter the
interval of relative metric deviations to capture events from
the downstream hydrograph. By default. it is metricLag =
c(1, 1), such that events are filtered where the amplitude at
\(S_{y}\) is at least 0, i.e., amplitude at \(S_{x} -
1 \cdot\) amplitude at \(S_{x}\), and at most two times
the amplitude at \(S_{x}\), i.e., \(S_{x} + 1 \cdot\)
amplitude at \(S_{x}\). For exact matches,
metricLag = c(0, 0) must be specified.
- unique
Character string specifying if the potential AEs which
meet the timeLag and metricLag condition should
be filtered to contain only unique events using "time",
i.e., by selecting those where the time difference is smallest
compared to the specified factor of the mean translation time, or using
"metric", i.e., by selecting those where the relative
difference in amplitude is smallest (default: "time").
- TimeFormat
Character string giving the date-time format of
the date-time column in the input data frame (default:
"%Y-%m-%d %H:%M").
- tz
Character string specifying the time zone to be used for
the conversion (default: "Etc/GMT-1").
- settings
Data.frame with 3 rows and columns
station.x, station.y, bound, lag,
metric. lag needs to correspond to the unique
value specified in argument timeLag and bound
needs to contain "lower", "inner",
"upper".