changeset 47:06461aa190f7 draft

Uploaded
author greg
date Mon, 26 Jun 2017 14:13:03 -0400
parents 399cd9dd2c3e
children 5c48e4c497f4
files ks_distribution.R
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ks_distribution.R	Mon Jun 26 14:09:09 2017 -0400
+++ b/ks_distribution.R	Mon Jun 26 14:13:03 2017 -0400
@@ -133,7 +133,7 @@
 
 # Read in the components data.
 components_data <- read.delim(opt$components_input, header=TRUE)
-number_comp <- opt$number_comp
+number_comp <- as.integer(opt$number_comp)
 
 # Set component colors.
 specified_colors <- set_component_colors(opt$colors, number_comp)