# 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()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.