From abf615baeb2f6cd472c1c9052303f716d70b046e Mon Sep 17 00:00:00 2001 From: Tanushree Tunstall Date: Mon, 2 Nov 2020 16:37:44 +0000 Subject: [PATCH] removed boxplot_function as try error handle sit now! --- boxplot_stat_all.R | 1 - boxplot_stat_log.R | 1 - 2 files changed, 2 deletions(-) diff --git a/boxplot_stat_all.R b/boxplot_stat_all.R index ac29943..19a8c2c 100755 --- a/boxplot_stat_all.R +++ b/boxplot_stat_all.R @@ -17,7 +17,6 @@ getwd() # Input #============= source("boxplot_stat_function.R") -#source("boxplot_function.R") # for sam source("plot_data.R") #============= diff --git a/boxplot_stat_log.R b/boxplot_stat_log.R index e126a00..5715b4c 100755 --- a/boxplot_stat_log.R +++ b/boxplot_stat_log.R @@ -17,7 +17,6 @@ getwd() # Input #============= source("boxplot_stat_function.R") -#source("boxplot_function.R") for sam source("plot_data.R") #=============