hourlyUSGS | R Documentation |
This function generates hourly NWIS flow data from https://waterservices.usgs.gov/nwis/iv/. It takes the instantaneous data and floors to 1-hour data by taking the mean.
hourlyUSGS(procDV, sites = NULL, days = 7, parallel = FALSE, ...)
procDV |
A previously created batch_USGSdv object. |
sites |
A |
days |
A |
parallel |
|
... |
arguments to pass on to future_map. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.