From dd53b1d78788f00d638b86bfd2f26b7f199bed99 Mon Sep 17 00:00:00 2001 From: DylanMG Date: Thu, 6 Jun 2024 08:27:19 -0700 Subject: [PATCH] move Sgen label --- analysis/R/inference-figs.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/analysis/R/inference-figs.R b/analysis/R/inference-figs.R index d5132a1..a17ba56 100644 --- a/analysis/R/inference-figs.R +++ b/analysis/R/inference-figs.R @@ -326,7 +326,7 @@ p1 <- ggplot(data = filter(fwd.sim, scenario == "base")) + annotate("text", x = 2016, y = benchmarks[2,1]+2.5, label = expression(italic(paste("80%",S)[MSY])), size = 5) + geom_hline(yintercept = benchmarks[2,1]) + - annotate("text", x = 2019, y = 4.2, + annotate("text", x = 2019, y = 3, label = "italic(S[gen])", parse = TRUE, size = 5) + scale_x_continuous(breaks= pretty_breaks(), expand = expansion(mult = c(0, .01))) +