Plot water use monthly (volume_mgd) overlaying multiple years
time_series_site_monthly(s_wuds, FROM_SITE_NUM)
| s_wuds | dataframe, the swuds water use data |
|---|---|
| FROM_SITE_NUM | chr, site number agency and site_no unigue to site |
s_wuds <- swuds_sample #example data from Ohio FROM_SITE_NUM <- c("410233083375001") testp2 <- time_series_site_monthly(s_wuds, FROM_SITE_NUM)