changing labels in graphs for frontiers journal

This commit is contained in:
Tanushree Tunstall 2020-10-09 13:10:08 +01:00
parent e91d704929
commit 02fae30c29
5 changed files with 39 additions and 12 deletions

View file

@ -45,7 +45,8 @@ dev.off()
svg(plot_bp_aa_subcols_combined_labelled, width = 26, height = 8)
OutPlot_aa_subcols_combined_labelled = cowplot::plot_grid(OutPlot_aa_PS, OutPlot_aa_LIG
, ncol = 1
, labels = c("(c)", "(d)")
#, labels = c("(c)", "(d)")
, labels = c("C", "D")
, label_size = 20
, align = 'v'
, hjust = -0.1)