ggnormalviolin

CRAN status Lifecycle: stable R-CMD-check

A ggplot2 extension for creating normal violin plots with specified means and standard deviations.

Installation

You can either install ggnormalviolin from CRAN or install the development version of ggnormalviolin from github.

Option 1: Install the most recent stable release from CRAN

You can install ggnormalviolin from CRAN by running this code:

install.packages("ggnormalviolin")

Option 2: Install the development version from GitHub

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::pak("wjschne/ggnormalviolin")

Code of Conduct

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.