Mercurial > repos > greg > ks_distribution
changeset 34:1800b6cdd672 draft
Uploaded
author | greg |
---|---|
date | Mon, 26 Jun 2017 10:48:39 -0400 |
parents | 5652711d5ae4 |
children | a96e89657621 |
files | ks_distribution.R |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ks_distribution.R Mon Jun 26 10:46:31 2017 -0400 +++ b/ks_distribution.R Mon Jun 26 10:48:39 2017 -0400 @@ -167,7 +167,7 @@ number_comp <- opt$number_comp # Set component colors. -specified_colors = set_component_colors = function(opt$colors, number_comp) +specified_colors = set_component_colors(opt$colors, number_comp) # Set pi, mu, var. items <- get_pi_mu_var(components_data, number_comp)