# NOT RUN {
# Run if HYDAT database has been downloaded (using tidyhydat::download_hydat())
if (file.exists(tidyhydat::hy_downloaded_db())) {
# Plot annual flow timing statistics with default percent totals
plot_annual_flow_timing(station_number = "08NM116")
# Plot annual flow timing with custom percent totals
plot_annual_flow_timing(station_number = "08NM116",
percent_total = 50)
}
# }
Run the code above in your browser using DataLab