ml19: Function to return the ML19 hydrologic indicator statistic...

Description Usage Arguments Value Examples

View source: R/RProjects/HITHATStats/R/ml19.R View source: R/ml19.R

Description

This function accepts a data frame that contains columns named "discharge" and "year_val" and calculates the base flow index ML19. Compute the ratios of the minimum annual flow to mean annual flow for each year. ML19 is the mean (or median-Use Preference option) of these ratios times 100 (dimensionless-temporal).

Usage

1
  ml19(qfiletempf, pref = "mean")

Arguments

qfiletempf

data frame containing a "discharge" column containing daily flow values

pref

string containing a "mean" or "median" preference

Value

ml19 numeric value of ML19 for the given data frame

Examples

1
2

jlthomps/EflowStats documentation built on May 19, 2019, 12:48 p.m.