dur | R Documentation |
The duration of an event is specified as the number of consecutive time steps with equal flow trend.
dur(x)
x |
Data frame (time series) from an event with equal flow trend. The
data frame must contain a date-time column ( |
Returns an integer value which is the number of consecutive time steps.
data(Q) Q <- flow(Q[3:4, ]) dur(Q)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.