Mercurial > repos > greg > ks_distribution
changeset 43:5074cb26597a draft
Uploaded
author | greg |
---|---|
date | Mon, 26 Jun 2017 12:13:52 -0400 |
parents | 60e2cf57f2c1 |
children | 69ac2edffdde |
files | ks_distribution.R |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/ks_distribution.R Mon Jun 26 12:10:21 2017 -0400 +++ b/ks_distribution.R Mon Jun 26 12:13:52 2017 -0400 @@ -26,8 +26,7 @@ { # Handle selected colors for components. specified_colors <- c() - cStr <- unlist(colors) - items <- strsplit(cStr, ",") + items <- strsplit(colors, ",") for (item in items) { specified_colors <- c(specified_colors, item)