SkillAgentSearch skills...

Beeswarm

An R package implementing bee swarm plots

Install / Use

/learn @aroneklund/Beeswarm
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

beeswarm

CRAN_Status_Badge CRAN_Downloads_Badge

An R package implementing bee swarm plots

Installation

You can install the latest release on CRAN like this:

install.packages("beeswarm")

Or you can install the latest development version from GitHub like this:

## install.packages("devtools")
devtools::install_github("aroneklund/beeswarm")

Related works

  • ggbeeswarm bee swarm and related plots in the ggplot2 framework
  • pybeeswarm bee swarm plots in Python

It's also known as a dot plot

Leland Wilkinson (1999). Dot plots. The American Statistician. 53(3):276-281. PDF

It seems to be the same basic point layout algorithm, except that Wilkinson suggests an additional smoothing step that the beeswarm package does not do.

Related Skills

View on GitHub
GitHub Stars43
CategoryDevelopment
Updated2mo ago
Forks7

Languages

R

Security Score

75/100

Audited on Feb 2, 2026

No findings