get_wy_stats | R Documentation |
This function uses the results of the discharge_cleaning object to generate mean, maximum, median, standard deviation and some normalization methods (drainage area, scaled by log and standard deviation) per water year.
get_wy_stats(procDV)
procDV |
A previously created discharge_cleaning. |
A tibble
filtered by water year with added meta-data.
## Not run:
library(resourceviz)
master_flow <- get_master_flow()
cleaning_update <- discharge_cleaning(master_flow)
wy_stats <- get_wy_stats(cleaning_update)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.