ml1.12: Function to return the ML1-ML12 hydrologic indicator...

Description Usage Arguments Value Examples

View source: R/RProjects/HITHATStats/R/ml1.12.R View source: R/ml1.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) minimum flows for each month across all years. Compute the minimum daily flow for each month over the entire flow record. For example, ML1 is the mean of the minimums of all January flow values over the entire record (cubic feet per second-temporal).

Usage

1
  ml1.12(qfiletemp)

Arguments

qfiletemp

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

Value

ml1.12 data frame containing the mean or median minimum flows for each month

Examples

1
2

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