mefr | R Documentation |
The mean flow fluctuation rate (MEFR, unit: m^3/s^2) is calculated by the event amplitude divided by the number of time steps (duration) within an event. Given an event with equal flow trend, amplitude and duration are computed. From these metrics the mean flow fluctuation rate is calculated and returned.
mefr(x)
x |
Data frame (time series) from an event with equal flow trend. The
data frame must contain a date-time column ( |
Returns a numeric value which is the mean flow fluctuation rate computed
by the event amplitude amp()
divided by the number of
time steps dur()
. If a data frame containing NA
flow rates (Q
) is given, NA
is returned.
data(Q) Q <- flow(Q[3:4, ]) mefr(Q)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.