Description Usage Arguments Value Examples
View source: R/getStreamflow.R
This function gathers daily average streamgauge data for a group of gauges from USGS NWIS
1 | getStreamflow(start, end, gages)
|
start |
start date in format 'YYYY-MM-DD' |
end |
end date in format 'YYYY-MM-DD' |
gages |
list of USGS gauge numbers |
list of:
sites |
list of gauge site names |
site_num |
list of gauge numbers |
flows |
xts of daily average discharge (cfs) |
1 | flow <- getStreamflow('2000-01-01', '2010-12-31', c('05551540', '05552500'))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.