Mercurial > repos > greg > ks_distribution
comparison ks_distribution.R @ 33:5652711d5ae4 draft
Uploaded
author | greg |
---|---|
date | Mon, 26 Jun 2017 10:46:31 -0400 |
parents | 4c3fcfd55d94 |
children | 1800b6cdd672 |
comparison
equal
deleted
inserted
replaced
32:4c3fcfd55d94 | 33:5652711d5ae4 |
---|---|
64 specified_colors <- c(specified_colors, 'darkorange') | 64 specified_colors <- c(specified_colors, 'darkorange') |
65 } | 65 } |
66 } | 66 } |
67 } | 67 } |
68 } | 68 } |
69 return specified_colors | 69 return(specified_colors) |
70 } | 70 } |
71 | 71 |
72 get_pi_mu_var = function(components_data, number_comp) | 72 get_pi_mu_var = function(components_data, number_comp) |
73 { | 73 { |
74 # FixMe: enhance this to generically handle any integer value for number_comp. | 74 # FixMe: enhance this to generically handle any integer value for number_comp. |