Mercurial > repos > greg > ks_distribution
changeset 31:812f09b96a62 draft
Uploaded
author | greg |
---|---|
date | Mon, 26 Jun 2017 10:35:07 -0400 |
parents | 62bb454ad4e9 |
children | 4c3fcfd55d94 |
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:28:20 2017 -0400 +++ b/ks_distribution.R Mon Jun 26 10:35:07 2017 -0400 @@ -83,7 +83,7 @@ barplot(nc, space=0.25, offset=0, width=0.04, xlim=c(0, max_ks), ylim=c(0, ymax), col="lightpink1", border="lightpink3") # Add x-axis. axis(1) - if (length(colors) == 0) + if (length(colors) == 0)) { color <- c('red', 'yellow', 'green', 'black', 'blue', 'darkorange') }