# NOT RUN {
# Run if HYDAT database has been downloaded (using tidyhydat::download_hydat())
if (file.exists(tidyhydat::hy_downloaded_db())) {
# Plot annual statistics with default limits of normal (25 and 75th percentiles)
plot_annual_outside_normal(station_number = "08NM116")
# Plot annual statistics with custom limits of normal
plot_annual_outside_normal(station_number = "08NM116",
normal_percentiles = c(10,90))
}
# }
Run the code above in your browser using DataLab