Description Usage Arguments Details Value
The function getFlowStats
collects a wide array of streamflow
statistics for observed and modeled streamflow time series.
1 2 | getFlowStats(modelOutput, zero.val = 0.001, cens.level = 0.005,
min.obs = 0.01)
|
modelOutput |
A list of model results, in the format returned by
|
zero.val |
(optional) The censoring value used to indicate a
censored streamflow value. The default is |
cens.level |
(optional) The value below which a streamflow value is
considered censored. (Rounded down rather than up.) The default is
|
min.obs |
(optional) The minimum non-censored value of streamflow.
The default is |
See calcFlowStats
for a list of statistics calculated.
A list of two elements:
Obs |
A data frame of streamflow statistics derived from observed time series. |
Est |
A data frame of streamflow statistics derived from estimated time series. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.