summarize_flows: Summarize USGS water flow data

Description Usage Arguments Value Examples

View source: R/02_summarize_data.R

Description

Summarize USGS water flow data

Usage

1

Arguments

dat

a data frame of daily water flow data returned from import_format()

Value

A list containing a line plot of daily values and 7-day moving averages; a data frame of mean, SEs, and 95% CI of flow rates, by month and year;a boxplot of the median monthly flows by time period; and a data frame of median monthly flows by month and time period

Examples

1
2
3
dontrun{
summarize_flows(dat$daily)
}

mccrea-cobb/akflow documentation built on Dec. 21, 2021, 3:58 p.m.