baseflow_index: Compute the baseflow index

Description Usage Arguments Details Value

View source: R/baseflow.R

Description

This function compute the baseflow index: the ratio between the total baseflow volume and the total streamflow volume.

Usage

1
baseflow_index(Q, Qbf, na.rm = TRUE)

Arguments

Q

numeric vector. Streamflow vector.

Qbf

numeric vector. Baseflow vector.

na.rm

logical. Should missing values be omited?

Details

Warning: No checks are done on inputs except the time series length of Q and Qbf that should match. You should have selected the proper period before hand: both vector should be of same length and span over the same period.

Value

A single value corresponding to the baseflow index


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