# HG changeset patch
# User melpetera
# Date 1564502846 14400
# Node ID 6ee180bcae9d354d3b6ac928fac1e50d297780d1
# Parent 7720ab68de77031bdcc4f1e6a0220c693e2daf4b
Uploaded
diff -r 7720ab68de77 -r 6ee180bcae9d CorrTable/Corr.xml
--- a/CorrTable/Corr.xml Tue Jul 30 11:49:47 2019 -0400
+++ b/CorrTable/Corr.xml Tue Jul 30 12:07:26 2019 -0400
@@ -165,6 +165,33 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -180,7 +207,9 @@
-
+
+ options['plot_choice'] == 'auto' or options['plot_choice'] == 'forced'
+
diff -r 7720ab68de77 -r 6ee180bcae9d CorrTable/Corr_wrap.r
--- a/CorrTable/Corr_wrap.r Tue Jul 30 11:49:47 2019 -0400
+++ b/CorrTable/Corr_wrap.r Tue Jul 30 12:07:26 2019 -0400
@@ -30,7 +30,7 @@
source_local("Corr_Script_samples_row.R")
-if(length(args) < 11){ stop("NOT enough argument !!!") }
+if(length(args) < 10){ stop("NOT enough argument !!!") }
cat('\n--------------------------------------------------------------------',
@@ -58,7 +58,7 @@
type_classes <- NULL
reg_class_value <- NULL
irreg_class_vect <- NULL
-if(args$plot_choice == "none"){args$color_heatmap <- "no"}
+if(args$plot_choice == "none"){args$color_heatmap <- "no"; args$heatmap_out <- NULL}
if(args$color_heatmap == "yes"){
type_classes <- args$type_classes
if(type_classes == "regular"){