unfit/CPUE_notes.R

# plot rec CPUE for southern model
data_index_cpue %>%
 dplyr::filter(index %in% c(5,10), area == "south") %>%
 dplyr::select(year, obs, source) %>%
 ggplot(aes(x=year, y=obs, color=source)) + geom_point()
iantaylor-NOAA/Lingcod_2021 documentation built on Oct. 30, 2024, 6:42 p.m.