Mercurial > repos > moheydarian > ggplot_histogram
diff ggplotscripthistogram.R @ 18:e4b2d12f4691 draft
Uploaded
| author | moheydarian |
|---|---|
| date | Tue, 11 Apr 2017 17:17:38 -0400 |
| parents | 064d7ad9968d |
| children | b212836e738d |
line wrap: on
line diff
--- a/ggplotscripthistogram.R Tue Apr 11 17:00:38 2017 -0400 +++ b/ggplotscripthistogram.R Tue Apr 11 17:17:38 2017 -0400 @@ -71,7 +71,7 @@ gg_density = ggplot(input,aes(value ,color=variable)) } else { - gg_density = ggplot(input,aes(value, ..density..,color=variable)) + gg_density = ggplot(input,aes(value, ..ncount..,color=variable)) }
