base_Flow.DFM | R Documentation |
Base flow
base_Flow.DFM( Streamflow, param_filter = 0.925, passes_N = 1, negativ_step = TRUE )
Streamflow |
[xts]-2D(time, space) Time serious Streamflow in difficult location. |
param_filter |
[num]-range() Filter parameter that enables the shape of the separation to be altered. |
passes_N |
[integer] The number of pass, see [Arnold.1995]. |
negativ_step |
[logi] TRUE | FALSE for with or without inveser order, see [Arnold.1995]. |
rslt <- base_Flow.DFM(xts_Q) rslt <- base_Flow.DFM(xts_Q, passes_N = 3, negativ_step = FALSE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.