explore_plots.RdCreates 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)a data frame containing formatted salmon count data returned by import_format()
a list of ggplot2 plots
if (FALSE) {
explore_plots(dat, saveit = FALSE)
}