fixed cmd running script problem for logo plots
This commit is contained in:
parent
e822f9f690
commit
762b1a3931
14 changed files with 206 additions and 748 deletions
|
@ -7,13 +7,13 @@
|
|||
#=======================================================================
|
||||
# working dir and loading libraries
|
||||
getwd()
|
||||
setwd("~/git/LSHTM_analysis/scripts/plotting/")
|
||||
setwd("~/git/LSHTM_analysis/scripts/plotting")
|
||||
getwd()
|
||||
|
||||
|
||||
source("Header_TT.R")
|
||||
require(cowplot)
|
||||
source("combining_dfs_plotting.R")
|
||||
source("../functions/combining_dfs_plotting.R")
|
||||
|
||||
# should return the following dfs, directories and variables
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue