Mercurial > repos > greg > ks_distribution
changeset 53:b3333795c1f9 draft
Uploaded
author | greg |
---|---|
date | Mon, 26 Jun 2017 14:45:52 -0400 |
parents | 53bc81f3ebad |
children | 139e726dcb95 |
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:42:41 2017 -0400 +++ b/ks_distribution.R Mon Jun 26 14:45:52 2017 -0400 @@ -26,7 +26,7 @@ colors <- as.character(colors) items <- strsplit(colors, ",") for item in items { - component_colors <- c(component_colors, as.character(item)) + component_colors <- c(component_colors, item) } num_colors_specified <- length(component_colors) if (num_colors_specified < number_comp) {