Plot estimated minimum daily salmon escapement by year

plot_daily(dat, models)

Arguments

dat

a data frame containing formatted salmon count data returned by import_format()

models

a list of model output returned from model_escapement

Value

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.

Examples

if (FALSE) {
plot_daily(dat, models)
}