mh1.12: Function to return the MH1-MH12 hydrologic indicator...

Description Usage Arguments Value Examples

View source: R/RProjects/HITHATStats/R/mh1.12.R View source: R/mh1.12.R

Description

This function accepts a data frame that contains columns named "discharge", "year_val" and "month_val" and calculates the mean (or median-Use Preference option) maximum flows for each month across all years. Compute the maximum daily flow for each month over the entire flow record. For example, MH1 is the mean of the maximums of all January flow values over the entire record (cubic feet per second-temporal).

Usage

1
  mh1.12(qfiletemp)

Arguments

qfiletemp

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

Value

mh1.12 data frame containing the mean or median maximum flows for each month

Examples

1
2

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