summaryrefslogtreecommitdiff
path: root/Code/create_edges_mixtool.R
diff options
context:
space:
mode:
Diffstat (limited to 'Code/create_edges_mixtool.R')
-rw-r--r--Code/create_edges_mixtool.R3
1 files changed, 1 insertions, 2 deletions
diff --git a/Code/create_edges_mixtool.R b/Code/create_edges_mixtool.R
index 6ed852b..06fd0dc 100644
--- a/Code/create_edges_mixtool.R
+++ b/Code/create_edges_mixtool.R
@@ -23,8 +23,7 @@ if (! file.exists(AGINAME_FILE)) {
###### get commandline arguments #########################
args <- commandArgs(trailingOnly=TRUE)
-#k <- strtoi(args[1])
-k <- 2
+k <- strtoi(args[1])
####### Read data #########################################
X <- read.table(DATA_FILE, header=TRUE, check.names=FALSE)