# HG changeset patch # User moheydarian # Date 1491950155 14400 # Node ID 1d1518b029d1a1318917b553169798ee7c570071 # Parent 9e4be820b5eeaa0c9184e89e7503b0a16b73810a Uploaded diff -r 9e4be820b5ee -r 1d1518b029d1 ggplotscripthistogram.R --- 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"){