Description Usage Arguments Value Note See Also
Gets the mean monthly hydrometric series (flow or levels) for one or more stations. Flow units in m3/s; water level units in metres.
1 | MonthlyHydrometricData(con, get_flow = TRUE, station_number)
|
con |
An open SQLite database connection to the HYDAT database |
get_flow |
Logical. If TRUE the function returns mean annual discharge, otherwise the function returns mean annual water level |
station_number |
A vector of Water Survey of Canada station identifiers |
A data frame (station_number, year, month, monthly_mean, monthly_total)
monthly_total is the total of the mean daily flow for each month that has complete data whereas monthly_mean is the average of the mean daily flow for each month that has complete data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.