Learn R Programming

beanplot (version 1.2)

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.2
Date: 2014-09-15
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. URL http://www.jstatsoft.org/v28/c01/

See Also

graphics vioplot

Examples

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

Run the code above in your browser using DataLab