vioplot
vioplot copied to clipboard
Development version of vioplot R package (CRAN maintainer)
To compare multiple groups of histogram densities, it helps to adjust the wex. Here is a MWE that does so, which you may want to add to a vignette. ```...
Is there a way to add a horizontal line to your violin plots? Thank you for this package! I tried making my figure in ggplot and man, was it ugly....
Hi, I'm plotting a horizontal `vioplot` with the following example code: ``` set.seed(123L) vioplot::vioplot(rnorm(100), rnorm(50, 1, 2), horizontal = TRUE) ``` With `vioplot` 0.4.0, I get the following plot: ![vioplot_0...