beanplot-package {beanplot} | R Documentation |
Visualization via Beanplots (like Boxplot/Stripchart/Violin Plot
Description
Plots univariate comparison graphs, alternative to boxplot/stripchart/violin plot
Details
Package: | beanplot |
Type: | Package |
Version: | 1.3.1 |
Date: | 2022-04-09 |
License: | GPL-2 |
The function beanplot
does all the work.
Author(s)
Peter Kampstra <beanplot@kampstra.net>
References
Kampstra, P. (2008) Beanplot: A Boxplot Alternative for Visual Comparison of Distributions. Journal of Statistical Software, Code Snippets, 28(1), 1-9. doi: 10.18637/jss.v028.c01
See Also
Examples
beanplot(rnorm(100), runif(100))
if (interactive()) vignette("beanplot", package = "beanplot")
[Package beanplot version 1.3.1 Index]