| FindQevents | R Documentation |
Find discharge events
FindQevents(Q, eventTableP, hours2extend, verbose = FALSE)
Q |
is the discharge time series |
eventTableP |
table containing summary of P events |
hours2extend |
number of hours to extend the rainfall event to account for the discharge peak to occur |
verbose |
(optional) boolean (FALSE by default). If TRUE prints the progress in terms of event number. |
table containing summary of events for the Q time series
## Not run:
data("SevernTS")
tableP <- FindPevents(SevernTS$P[1:100])
tableQ <- FindQevents(Q = SevernTS$Q[1:100],
eventTableP = tableP,
hours2extend = 6)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.