plot_daily: Plot estimated minimum daily salmon escapement by year

View source: R/plots.R

plot_dailyR Documentation

Plot estimated minimum daily salmon escapement by year

Description

Plot estimated minimum daily salmon escapement by year

Usage

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

## Not run: 
plot_daily(dat, models)

## End(Not run)

mccrea-cobb/akulara documentation built on Nov. 14, 2024, 4:17 a.m.