changing labels in graphs for frontiers journal

This commit is contained in:
Tanushree Tunstall 2020-10-09 13:10:08 +01:00
parent 2f1f02e1de
commit 59911687c8
5 changed files with 39 additions and 12 deletions

View file

@ -213,7 +213,8 @@ theme_set(theme_gray()) # to preserve default theme
Outplot_or_combined_labelled = cowplot::plot_grid(plot_grid(p1, p2
, ncol = 1
, align = 'v'
, labels = c("(a)", "(b)")
, label_size = 20))
#, labels = c("(a)", "(b)")
, labels = "AUTO"
, label_size = 26))
print(Outplot_or_combined_labelled)
dev.off()