Skip to content

Commit

Permalink
tidy up captions
Browse files Browse the repository at this point in the history
  • Loading branch information
mle2718 committed Sep 17, 2024
1 parent 5c3dfea commit 5fd7b95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SIR2025-2027/writing/SIR2025_Economic_Impacts.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,7 @@ kbl(projected_firm_rev_ABCE_table %>%dplyr::filter(Size=="Small"), digits=0,book
```

```{r boxplotsR, fig.cap="\\label{figure_boxR}Projected Firm Level Revenue under the Herring Committee Recommendation, Small firms only"}
```{r boxplotsR, fig.cap="\\label{figure_boxR}Projected Firm Level Revenue under the draft action, small firms only"}
projected_firm_rev_ABCE<-projected_firm_rev_ABCE %>%
filter(Type !="NO_REV" & Size=="Small") #%>%
# mutate(sort=if_else(Year=="Status Quo", "-1", Year)) %>%
Expand All @@ -558,7 +558,7 @@ p+geom_boxplot(outlier.shape = NA) +
```


```{r boxplots_H, fig.cap="\\label{fig:figure_boxH}Projected Firm Level Herring Revenue under the Herring Committee Recommendation, Small firms only"}
```{r boxplots_H, fig.cap="\\label{fig:figure_boxH}Projected Firm Level Herring Revenue under the draft action, small firms only"}
p2<-ggplot(projected_firm_rev_ABCE, aes(Year, sim_value_161722/1000))
p2+geom_boxplot(outlier.shape = NA) +
labs(x="Year", y="Projected Revenue ('000s of Real2023USD)")+
Expand Down

0 comments on commit 5fd7b95

Please sign in to comment.