plot_daily.Rd
Plot estimated minimum daily salmon escapement by year
plot_daily(dat, models)
a data frame containing formatted salmon count data returned by import_format()
a list of model output returned from model_escapement
a list containign two ggplot()
objects. daily
is a plot of daily salmon passage by year. cumul_daily
is a plot of cumulative salmon passage by year.
if (FALSE) {
plot_daily(dat, models)
}