This method plots either daily time series data from HYDAT or realtime data from
the datamart. These plots are intended to be convenient and quick methods to
visualize hydrometric data.
if (FALSE) {
# One stationfraser <- hy_daily_flows("08MF005")
plot(fraser)
}
if (FALSE) {
# One stationfraser_realtime <- realtime_dd("08MF005")
plot(fraser_realtime)
}