easyGgplot2
easyGgplot2 copied to clipboard
The dot-dot notation (`..density..`) was deprecated in ggplot2 3.4.0. ℹ Please use `after_stat(density)` instead.
Hi, I am trying the charts as used in this link but not able to install the package. http://www.sthda.com/english/wiki/ggplot2-histogram-easy-histogram-graph-with-ggplot2-r-package I tried the following commands: install.packages("devtools") library(devtools) install_github("easyGgplot2", "kassambara") Please advise...
When I plot a histogram with density, I have not been able to plot counts on the y-axis, even with the param scale="frequency" set. This is the code I used:...
Hello, I've the following message when I'm try to install your package on R. `> install_github("kassambara/easyGgplot2") Downloading GitHub repo kassambara/easyGgplot2@master from URL https://api.github.com/repos/kassambara/easyGgplot2/zipball/master Installing easyGgplot2 Erreur dans if (capabilities("libcurl")) {...
There should be a parameter to control the boxplot width in the `ggplot2.dotplot` and `ggplot2.boxplot`. Currently `width` have no effect. >ggplot2.dotplot(data=ToothGrowth, xName='dose',yName='len', addBoxplot = TRUE, width=0.5)
I am wondering if this is possible to add lines between the dots related to the same subjects for a plot with multiple violins (e.g. I have multiple reports from...
This is not a problem on my other computer where I have easyGgplot2 installed. This is using R version 3.3, on RStudio version 1.0.143.
It would be nice if dotSize could accept a variable name (aesthetic mapping). Is there a way to get the generated ggplot command that your functions create?