README.md

vioplot

Version 0.5.1

CRAN_Status_Badge Travis Build Status CircleCI AppVeyor Build Status Project Status: Active – The project has reached a stable, usable state and is being actively developed. codecov GitHub Views Downloads Total Downloads

Violin Plots in R

This package allows extensive customisation of violin plots.

Installation

To get the current released version from CRAN:

install.packages("vioplot")

To get the development version from github:

# install.packages("devtools")
devtools::install_github("TomKellyGenetics/vioplot", ref = "dev")

Running

See the relevant vignette for more details:

https://rawgit.com/TomKellyGenetics/vioplot/vignettes/vignettes/violin_customisation.html

https://rawgit.com/TomKellyGenetics/vioplot/vignettes/vignettes/violin_formulae.html

https://rawgit.com/TomKellyGenetics/vioplot/vignettes/vignettes/violin_area.html

https://rawgit.com/TomKellyGenetics/vioplot/vignettes/vignettes/violin_ylog.html

https://rawgit.com/TomKellyGenetics/vioplot/vignettes/vignettes/violin_split.html

Functionality

vioplot (0.3) is backwards-compatible with vioplot (0.2). The following features are supported:

See the NEWS.md file for more detail on added features in the 0.3 release.

Development and sources

For development history of version 0.3.0 prior to package documentation, see the original repo: https://github.com/TomKellyGenetics/R-violin-plot/commits?author=TomKellyGenetics

Modifications inspired by the following StackOverFlow threads and GitHub Gists:

Attribution

This repository is a proposed submission for an updated version of the vioplot originally released by Daniel Adler (University of Göttingen, Germany) on CRAN. This package has been orphaned on CRAN and is no longer actively maintained. I acknowledge with contributions of Daniel Adler as the original developer and Tom Elliot (University of Auckland, New Zealand) for a pull request and welcome further contributions to improve or maintain this package.

This package update was developed and released open-source (in accordance with the original package BSD License) while as a PhD candidate at the University of Otago (Dunedin, New Zealand). I can be contacted at my present address and affiliation is (RIKEN Centre for Integrative Medical Sciences, Yokohama, Japan) at .

Citation

The following information can be retrieved from within an R session by using citation(vioplot). Please acknowledge as follows if features included in this version are used.

To cite the enhanced vioplot package in publications use:

Daniel Adler and S. Thomas Kelly (2025). vioplot: violin plot. R package version 0.5.1 https://github.com/TomKellyGenetics/vioplot

A BibTeX entry for LaTeX users is

@Manual{, title = {vioplot: violin plot}, author = {Daniel Adler, S. Thomas Kelly, Tom Elliot, and Jordan Adamson}, year = {2025}, note = {R package version 0.5.1}, url = {https://github.com/TomKellyGenetics/vioplot}, }

Please also acknowledge the original package: citation("vioplot")



TomKellyGenetics/vioplot documentation built on Feb. 24, 2025, 5:48 p.m.