gidb_dev #1

Closed
tanu wants to merge 386 commits from gidb_dev into master
Showing only changes of commit d12ef0ef00 - Show all commits

View file

@ -243,7 +243,7 @@ theme_set(theme_gray()) # to preserve default theme
printFile = cowplot::plot_grid(plot_grid(p1, p2
, ncol = 1
, align = 'v'
, labels = c("a", "b")
, labels = c("(a)", "(b)")
, label_size = my_als+5))
print(printFile)
dev.off()