base_Flow.DFM: Base flow

View source: R/Others.R

base_Flow.DFMR Documentation

Base flow

Description

Base flow

Usage

base_Flow.DFM(
  Streamflow,
  param_filter = 0.925,
  passes_N = 1,
  negativ_step = TRUE
)

Arguments

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].

Examples

rslt <- base_Flow.DFM(xts_Q)
rslt <- base_Flow.DFM(xts_Q, passes_N = 3, negativ_step = FALSE)

LuckyKanLei/HydSig documentation built on June 30, 2022, 8:07 p.m.