renamed other_plots.R to other_plots_combined.R and changing labels to capital letters for journal
This commit is contained in:
parent
bf3e830f64
commit
e91d704929
4 changed files with 21 additions and 14 deletions
|
@ -29,7 +29,8 @@ svg(plot_basic_bp_combined_labelled , width = 12, height = 12 )
|
|||
|
||||
bp_duet_combined = cowplot::plot_grid(OutPlot_count, OutPlot_pos_count
|
||||
, OutPlot_lig_count, OutPlot_lig_pos_count
|
||||
, labels = c("(a)", "(b)", "(c)", "(d)")
|
||||
#, labels = c("(a)", "(b)", "(c)", "(d)")
|
||||
, labels = "AUTO"
|
||||
, label_size = 25)
|
||||
|
||||
bp_duet_combined
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue