baseflow | R Documentation |
Original baseflow
function from the lfstat
package.
baseflow(x, tp.factor = 0.9, block.len = 5)
x |
numeric vector with observed streamflow, normally given in daily values |
tp.factor |
numeric vector, turning point factor |
block.len |
numeric vector, block size of filter to set flow minima |
Baseflow series.
lfstat: Calculation of Low Flow Statistics for Daily Stream Flow Data D. Koffler, T. Gauster, T., and G. Laaha (https://CRAN.R-project.org/package=lfstat)
## Not run: baseflow(q_data$q_obs, block.len = 10) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.