mh23: Function to return the MH23 hydrologic indicator statistic...

Description Usage Arguments Value Examples

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

Description

This function accepts a data frame that contains a column named "discharge" and calculates MH23, high flow volume. Compute the average volume for flow events above a threshold equal to seven times the median flow for the entire record. MH23 is the average volume divided by the median flow for the entire record (days-temporal).

Usage

1
  mh23(x)

Arguments

x

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

Value

mh23 numeric value of MH23 for the given data frame

Examples

1
2

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