easyGgplot2
easyGgplot2 copied to clipboard
boxplot width in ggplot2.dotplot
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)