Science Score: 10.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
○codemeta.json file
-
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
✓Committers with academic emails
1 of 4 committers (25.0%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (6.2%) to scientific vocabulary
Last synced: 11 months ago
·
JSON representation
Repository
An R package implementing bee swarm plots
Basic Info
- Host: GitHub
- Owner: aroneklund
- Language: R
- Default Branch: master
- Size: 67.4 KB
Statistics
- Stars: 44
- Watchers: 3
- Forks: 7
- Open Issues: 7
- Releases: 5
Created about 11 years ago
· Last pushed about 3 years ago
Metadata Files
Readme
README.md
beeswarm
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.
Owner
- Name: Aron Eklund
- Login: aroneklund
- Kind: user
- Location: Copenhagen, Denmark
- Repositories: 5
- Profile: https://github.com/aroneklund
GitHub Events
Total
- Issues event: 1
- Issue comment event: 1
Last Year
- Issues event: 1
- Issue comment event: 1
Committers
Last synced: almost 3 years ago
Top Committers
| Name | Commits | |
|---|---|---|
| James Trimble | j****s@g****m | 15 |
| Aron Eklund | e****d@c****k | 9 |
| Aron Eklund | a****d | 5 |
| Aron Eklund | a****d@g****m | 4 |
Committer Domains (Top 20 + Academic)
cbs.dtu.dk: 1
Issues and Pull Requests
Last synced: almost 2 years ago
All Time
- Total issues: 15
- Total pull requests: 6
- Average time to close issues: 4 months
- Average time to close pull requests: 3 days
- Total issue authors: 13
- Total pull request authors: 3
- Average comments per issue: 3.4
- Average comments per pull request: 0.67
- Merged pull requests: 3
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- jtrim-ons (2)
- bersbersbers (2)
- urisohn (1)
- Lukas-1 (1)
- samlin829 (1)
- b6mune22gq (1)
- raredd (1)
- ndsubison2178 (1)
- AlexHmann (1)
- mmahmoudian (1)
- Foztarz (1)
- billdenney (1)
- jfraf (1)
- alexpreynolds (1)
Pull Request Authors
- jtrim-ons (3)
- billdenney (2)
- aroneklund (1)
Top Labels
Issue Labels
enhancement (5)
help wanted (1)
bug (1)
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- cran 29,260 last-month
- Total docker downloads: 205,103
- Total dependent packages: 8
- Total dependent repositories: 33
- Total versions: 9
- Total maintainers: 1
cran.r-project.org: beeswarm
The Bee Swarm Plot, an Alternative to Stripchart
- Homepage: https://github.com/aroneklund/beeswarm
- Documentation: http://cran.r-project.org/web/packages/beeswarm/beeswarm.pdf
- License: Artistic-2.0
-
Latest release: 0.4.0
published about 5 years ago
Rankings
Downloads: 2.9%
Dependent repos count: 4.6%
Dependent packages count: 6.1%
Stargazers count: 7.5%
Average: 8.1%
Forks count: 9.6%
Docker downloads count: 17.7%
Maintainers (1)
Last synced:
11 months ago
Dependencies
DESCRIPTION
cran
- grDevices * imports
- graphics * imports
- stats * imports
- utils * imports