Description Usage Arguments Value Examples
This function takes county-level USGS water use data gathered by getWaterUse and aggregates them for whole urban system according to flows in CityWaterBalance
1  | combineWaterUse(start, end, wu)
 | 
start | 
 start date in format 'YYYY-MM-DD'  | 
end | 
 end date in format 'YYYY-MM-DD'  | 
wu | 
 list of dataframes output by getWaterUse  | 
wu_flows list of xts objects aggregating water withdrawals (MGal) by:
sw_ind | 
 surface water for industrial use  | 
sw_pot | 
 surface water for potable use  | 
sw_npot | 
 surface water for nonpotable use  | 
gw_ind | 
 groundwater for industrial use  | 
gw_pot | 
 groundwater for potable use  | 
gw_npot | 
 groundwater for nonpotable use  | 
1 2 3 4 5  | ## Not run: 
wu <- getWaterUse(c('IL'), c('Cook', 'Lake'))
wu_flows <- combineWaterUse('2000-01-01', '2015-01-01', wu)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.