The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

beeswarm

CRAN_Status_Badge CRAN_Downloads_Badge

An R package implementing bee swarm plots

You can see some examples here: http://www.cbs.dtu.dk/~eklund/beeswarm/

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")

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.

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.