Creates a list of exploratory plots of raw salmon photo counts. This includes a plot of daily photo counts grouped by year, and a plot of hourly photo counts grouped by year.

explore_plots(dat)

Arguments

dat

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

Value

a list of ggplot2 plots

Examples

if (FALSE) {
explore_plots(dat, saveit = FALSE)
}