kassambara / easyGgplot2

34 stars 10 forks source link

boxplot width in ggplot2.dotplot #6

Open spocks opened 4 years ago

spocks commented 4 years ago

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)