# HG changeset patch # User greg # Date 1498502918 14400 # Node ID 139e726dcb95fd7068a6fc8b4701fad152a252ee # Parent b3333795c1f955c035d519c5b4617d87d0e640bb Uploaded diff -r b3333795c1f9 -r 139e726dcb95 ks_distribution.R --- a/ks_distribution.R Mon Jun 26 14:45:52 2017 -0400 +++ b/ks_distribution.R Mon Jun 26 14:48:38 2017 -0400 @@ -25,7 +25,7 @@ component_colors <- c() colors <- as.character(colors) items <- strsplit(colors, ",") - for item in items { + for (item in items) { component_colors <- c(component_colors, item) } num_colors_specified <- length(component_colors)