Skip to content

Commit

Permalink
110106
Browse files Browse the repository at this point in the history
  • Loading branch information
maclomaclee committed Jan 11, 2024
1 parent 78ce88d commit b81ed8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions util/util.R
Original file line number Diff line number Diff line change
Expand Up @@ -422,8 +422,8 @@ forest_subgroup <- function(modelsumm, moderator, outcome, moderator_text) {
coord_cartesian(ylim = c(0, 6), xlim = c(-3, 4)) +
geom_vline(xintercept = 0, linetype = "solid") +
geom_vline(xintercept = poly1$SMD, linetype = "dashed") +
annotate("text", x = -2, y = 6, label = "TAAR1 Agonist worse") +
annotate("text", x = 2, y = 6, label = "TAAR1 Agonist better") +
annotate("text", x = -2, y = 6, label = "TAAR1 Agonist\nworse") +
annotate("text", x = 2, y = 6, label = "TAAR1 Agonist\nbetter") +
geom_polygon(data = dfp, aes(x = x, y = y), fill = "grey") +
theme(axis.line.y = element_blank(),
axis.ticks.y = element_blank(),
Expand Down

0 comments on commit b81ed8e

Please sign in to comment.