Skip to content

Commit

Permalink
change top tile label in plot_defol() to "GSI"
Browse files Browse the repository at this point in the history
  • Loading branch information
chguiterman committed Mar 2, 2020
1 parent 779feb0 commit 47a9981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/plotting.R
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ plot_outbreak <- function(x, disp_index = "mean_ngsi") {
y = y_intercept,
yend = .data[[disp_index]]),
size = 2) +
scale_y_continuous(name = "Growth suppression index") +
scale_y_continuous(name = "GSI") +
ggpubr::theme_pubr() +
theme(plot.margin = unit(c(0.1, 0, 0, 0), "cm"),
axis.title.x = element_blank(),
Expand Down

0 comments on commit 47a9981

Please sign in to comment.