Plot estimate hourly salmon escapement by day

plot_hourly(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 ggplot() facetted plot showing

Examples

if (FALSE) { # \dontrun{
plot_hourly(dat, models)
} # }