sig_Baseflow_index.DFM: Baseflow index

View source: R/sig.R

sig_Baseflow_index.DFMR Documentation

Baseflow index

Description

Baseflow index

Usage

sig_Baseflow_index.DFM(
  Streamflow,
  param_filter = 0.925,
  passes_N = 1,
  negativ_step = TRUE,
  t_scale = apply.yearly
)

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

t_scale

[function / NULL] |apply.daily| for daily, |apply.weekly| for weekly, |apply.monthly| for monthly, |apply.quarterly| for quarterly, |apply.yearly| for yearly, |NULL| for all of the time.

Value

Baseflow index [xts]-2D(1, space) Time serious baseflow in difficult location.

Examples

sig_Baseflow_index.DFM(xts_Q, negativ_step = FALSE, passes_N = 3, t_scale = NULL)
sig_Baseflow_index.DFM(xts_Q)

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