Learn R Programming

⚠️There's a newer version (0.7.2) of this package.Take me there.

ggbeeswarm (version 0.5.0)

Categorical Scatter (Violin Point) Plots

Description

Provides two methods of plotting categorical scatter plots such that the arrangement of points within a category reflects the density of data at that region, and avoids over-plotting.

Copy Link

Version

Install

install.packages('ggbeeswarm')

Monthly Downloads

29,573

Version

0.5.0

License

GPL (>= 2)

Maintainer

Erik Clarke

Last Published

February 21st, 2016

Functions in ggbeeswarm (0.5.0)

position_quasirandom

Violin point-style plots to show overlapping points. x must be discrete.
position_beeswarm

Violin point-style plots to show overlapping points. x must be discrete.
geom_beeswarm

Points, jittered to reduce overplotting using the beeswarm package
ggbeeswarm

ggbeeswarm extends ggplot2 with violin point/beeswarm plots
geom_quasirandom

Points, jittered to reduce overplotting using the vipor package