Learn R Programming

beanplot (version 1.3.1)

beanplot-package: Visualization via Beanplots (like Boxplot/Stripchart/Violin Plot

Description

Plots univariate comparison graphs, alternative to boxplot/stripchart/violin plot

Arguments

Details

Package: beanplot
Type: Package
Version: 1.3.1
Date: 2022-04-09
License: GPL-2

The function beanplot does all the work.

References

Kampstra, P. (2008) Beanplot: A Boxplot Alternative for Visual Comparison of Distributions. Journal of Statistical Software, Code Snippets, 28(1), 1-9. 10.18637/jss.v028.c01

See Also

graphics vioplot

Examples

Run this code
# NOT RUN {
 beanplot(rnorm(100), runif(100))
 if (interactive()) vignette("beanplot", package = "beanplot")
# }

Run the code above in your browser using DataLab