baseflow_regime: Compute the baseflow regime

Description Usage Arguments Value See Also

View source: R/baseflow.R

Description

Compute the baseflow regime vector i.e. the 'n'-days smoothed inter-annual daily average of the baseflow time series

Usage

1
baseflow_regime(Qbf, hdays, n = 1)

Arguments

Qbf

numeric vector. Baseflow vector.

hdays

numeric vector. Days of the (hydrological) year. see get_hydro_years_seasons() function.

n

integer. Window size for the rolling mean function

Value

A 366-long (or as many different hydrological days found in hdays vector) numeric vector containing the baseflow regime values for each calendar day.

See Also

baseflow_regime_magnitude


IvanHeriver/hsa-R-package documentation built on Dec. 17, 2021, 11:32 p.m.