mafr | R Documentation |
The maximum flow fluctuation rate (MAFR, unit: m^3/s) represents the highest absolute flow change of two consecutive time steps within an event. Given an event with equal flow trend, the maximum flow fluctuation rate is computed and returned.
mafr(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 maximum (absolute) flow
fluctuation rate. If a data frame containing NA
flow rates (Q
)
is given, NA
is returned.
data(Q) Q <- flow(Q[3:4, ]) mafr(Q)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.