moved combining_dfs_plotting.R to function and added test script for this as well

This commit is contained in:
Tanushree Tunstall 2021-06-22 18:15:15 +01:00
parent 754cd70a6f
commit 5dec604742
5 changed files with 100 additions and 9 deletions

View file

@ -2,14 +2,14 @@ library(ggplot2)
library(tidyverse)
library(data.table)
setwd("~/git/LSHTM_analysis/scripts/plotting/functions")
setwd("~/git/LSHTM_analysis/scripts/functions/")
getwd()
#############################################################
#===========================================
# load functions, data, dirs, hardocded vars
# that will be used in testing the functions
#===========================================
source("../plotting_data.R")
source("plotting_data.R")
infile = "/home/tanu/git/Data/streptomycin/output/"
pd_df = plotting_data(infile)
my_df = pd_df[[1]]