Description Usage Arguments Details Value
This function compute the baseflow index: the ratio between the total baseflow volume and the total streamflow volume.
1 | baseflow_index(Q, Qbf, na.rm = TRUE)
|
Q |
numeric vector. Streamflow vector. |
Qbf |
numeric vector. Baseflow vector. |
na.rm |
logical. Should missing values be omited? |
Warning: No checks are done on inputs except the time series length of Q and Qbf that should match. You should have selected the proper period before hand: both vector should be of same length and span over the same period.
A single value corresponding to the baseflow index
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.