A ggplot2 extension for creating normal violin plots with specified means and standard deviations.
You can either install ggnormalviolin from CRAN or install the development version of ggnormalviolin from github.
You can install ggnormalviolin from CRAN by running this code:
install.packages("ggnormalviolin")
To install the development version of ggnormalviolin, you need to check if the pak package is installed. If not, run this:
install.packages("pak")
Once you are sure you have pak installed, you can install the development version of ggnormalviolin from GitHub by running this code:
::pak("wjschne/ggnormalviolin") pak
Please note that the ggnormalviolin project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.