wagglefit is an R package to analyse waggle run distributions and estimate the resulting proportions of scout and recruit dances, providing an estimate of dance use in undisturbed colonies.
You can install the development version from GitHub with:
install.packages("devtools")
devtools::install_github("joseph-palmer/wagglefit")
All code used in the publication Honeybees vary collective decision
making in different landscapes is stored in inst/publication.tar.gz/
.
To extract it use tar -xzvf publication.tar.gz
.
If you notice any issues with this code please raise an issue in the github repo.