Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.43 KB

README.md

File metadata and controls

40 lines (28 loc) · 1.43 KB

fungarium

GitHub Github commits Maintenance

An R package for enabling the use of fungarium collection data in comprehensive trait analyses.

Installing fungarium

install.packages("remotes") #install 'remotes' (if not already installed)
remotes::install_github("hjsimpso/fungarium@*release") #install the latest fungarium release
#to install the latest development version use:
remotes::install_github("hjsimpso/fungarium@main")

Examples and detailed guidance on package usage

See fungarium book.

Meta

  • Please cite: Simpson, H., Schilling, J. 2021. Using aggregated field collection data and the novel R package FUNGARIUM to investigate fungal fire-association. Mycologia 113(4):842-855. DOI: 10.1080/00275514.2021.1884816
  • This package is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.
  • Please report any bugs.