Learn R Programming

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

ggbeeswarm (version 0.5.3)

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

25,452

Version

0.5.3

License

GPL (>= 2)

Issues

Pull Requests

Stars

Forks

Maintainer

Last Published

December 1st, 2016

Functions in ggbeeswarm (0.5.3)

ggbeeswarm

ggbeeswarm extends ggplot2 with violin point/beeswarm plots
position_quasirandom

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

Points, jittered to reduce overplotting using the beeswarm package
position_beeswarm

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

Points, jittered to reduce overplotting using the vipor package