changeset 28:1d1518b029d1 draft

Uploaded
author moheydarian
date Tue, 11 Apr 2017 18:35:55 -0400
parents 9e4be820b5ee
children 68a008225c51
files ggplotscripthistogram.R
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ggplotscripthistogram.R	Tue Apr 11 18:35:47 2017 -0400
+++ b/ggplotscripthistogram.R	Tue Apr 11 18:35:55 2017 -0400
@@ -70,7 +70,7 @@
 if(options$density == "counts"){
     gg_density = ggplot(input,aes(value, color=variable))
     gg_freq = NULL
-} else if(options$density == "cat"){
+} else if(options$density == "nfreq"){
     gg_density = ggplot(input,aes(value, ..ncount.., color=variable))
     gg_freq = NULL
 } else if(options$density == "freq"){