ggbrick provides the function geom_brick which is a fun alternative to geom_violin or geom_boxplot.
Install the latest version of this package from Github by pasting in the following.
devtools::install_github("abikoushi/ggbrick")
library(ggbrick)
?geom_brick
Some demonstrations can be found in the gallery.