Description Usage Arguments Value Examples
View source: R/hourly2DailyQ.R
Aggregate NetCDF Hourly Streamflow to Daily
1 | hourly2DailyQ(directory, comID)
|
directory |
Directory where hourly NetCDF files are kept. Must be named for the year (yyyy) of the NetCDF files contained inside. |
comID |
A vector of COMID values (identifiers of NHDPlus stream reaches). |
A time series of daily streamflow for each of the user-specified reaches.
1 | dailyQ <- hourly2DailyQ("~/1994",c("18578829", "18578755"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.