changeset 17:064d7ad9968d draft

Uploaded
author moheydarian
date Tue, 11 Apr 2017 17:00:38 -0400
parents 9577cd390ee6
children e4b2d12f4691
files ggplotscripthistogram.R
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ggplotscripthistogram.R	Tue Apr 11 16:51:37 2017 -0400
+++ b/ggplotscripthistogram.R	Tue Apr 11 17:00: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, ..density..,color=variable))
 
 }