re-adding deleted combining_dfs_plotting.R

This commit is contained in:
Tanushree Tunstall 2020-09-10 15:28:10 +01:00
parent 315b350466
commit 9da808680d
2 changed files with 443 additions and 6 deletions

View file

@ -18,10 +18,8 @@ source("other_plots_data.R")
#=======
# output
#=======
#dr_other_plots_combined = "dr_other_combined.svg"
#plot_dr_other_plots_combined = paste0(plotdir,"/", dr_other_plots_combined)
dr_other_plots_combined = "dr_other_muts.svg"
plot_dr_other_plots_combined = paste0(plotdir,"/", dr_other_plots_combined)
########################################################################
# end of data extraction and cleaning for plots #
@ -160,8 +158,8 @@ p3
# combine
#===========================
#svg(plot_or_combined, width = 32, height = 12)
theme_set(theme_gray()) # to preserve default theme
svg("test.svg", width = 25, height = 12)
#theme_set(theme_gray()) # to preserve default theme
printFile = cowplot::plot_grid(plot_grid(p1, p2, p3
, nrow = 3