Description Usage Arguments Value Examples
View source: R/02_summarize_data.R
Summarize USGS water flow data
1 | summarize_flows(dat)
|
dat |
a data frame of daily water flow data returned from |
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
1 2 3 | dontrun{
summarize_flows(dat$daily)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.