discharge_cleaning | R Documentation |
This function helps clean the data from the districts master flow data as well as perform some interpolation for discharge.
discharge_cleaning(data, wy_month = 10)
data |
A data.frame from |
wy_month |
A numeric vector for water year month. |
A data.frame
## Not run:
master_flow <- get_master_flow()
cleaning_update <- discharge_cleaning(master_flow)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.