Skip to content

Commit

Permalink
add Blim risk distribution to cod figure
Browse files Browse the repository at this point in the history
  • Loading branch information
shfischer committed Aug 2, 2022
1 parent a668e6b commit 4a5f846
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion MP_analysis.R
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@ p_ple_SSB <- stats_alt_MP %>%
legend.background = element_blank())

p_cod_risk <- stats_alt_MP %>%
filter(stock == "cod.27.47d" & metric == "risk") %>%
filter(stock == "cod.27.47d20" & metric == "risk") %>%
ggplot() +
geom_hline(yintercept = 0.055, colour = "red") +
geom_col(data = stats_alt_MP %>%
Expand Down Expand Up @@ -1799,3 +1799,4 @@ p <- p_full + p_zoom
ggsave(filename = "output/plots/risk_ple_Blim_SAM.png", plot = p,
width = 16, height = 8, units = "cm", dpi = 600, type = "cairo")
ggsave(filename = "output/plots/risk_ple_Blim_SAM.pdf", plot = p,
width = 16, height = 8, units = "cm")

0 comments on commit 4a5f846

Please sign in to comment.