changeset 54:139e726dcb95 draft

Uploaded
author greg
date Mon, 26 Jun 2017 14:48:38 -0400
parents b3333795c1f9
children 1659cbe0d5c3
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: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)