Description Usage Arguments Examples
View source: R/time_series_site_monthly.R
Plot water use monthly (volume_mgd) overlaying multiple years
1 | 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 |
1 2 3 | s_wuds <- swuds_sample #example data from Ohio
FROM_SITE_NUM <- c("410233083375001")
testp2 <- time_series_site_monthly(s_wuds, FROM_SITE_NUM)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.