Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jebyrnes/multifunc
A package for the analysis of how drivers affect multiple functions in a system.
https://github.com/jebyrnes/multifunc
multifunctionality r
Last synced: 24 days ago
JSON representation
A package for the analysis of how drivers affect multiple functions in a system.
- Host: GitHub
- URL: https://github.com/jebyrnes/multifunc
- Owner: jebyrnes
- License: other
- Created: 2013-02-12T03:36:30.000Z (over 11 years ago)
- Default Branch: main
- Last Pushed: 2022-05-23T15:37:04.000Z (over 2 years ago)
- Last Synced: 2024-10-01T16:36:40.679Z (about 1 month ago)
- Topics: multifunctionality, r
- Language: R
- Homepage: http://jebyrnes.github.io/multifunc
- Size: 8.53 MB
- Stars: 16
- Watchers: 11
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
## Analysis of the effects of drivers on multifunctionality within a system
[![Lifecycle: stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html#stable)
[![CRAN status](https://www.r-pkg.org/badges/version/multifunc)](https://CRAN.R-project.org/package=multifunc)
R package for the analysis of multifunctionality in ecological (or other) systems based on the following papers:Byrnes, J. E. K., Gamfeldt, L., Isbell, F., Lefcheck, J. S., Griffin, J. N., Hector, A., Cardinale, B. J., Hooper, D. U., Dee, L. E., Emmett Duffy, J. (2014), Investigating the relationship between biodiversity and ecosystem multifunctionality: challenges and solutions. Methods in Ecology and Evolution, 5: 111–124. doi: [10.1111/2041-210X.12143](http://dx.doi.org/10.1111/2041-210X.12143)
Byrnes, J. E. K., Roger, F. and Bagchi, R. (2022), Understandable Multifunctionality Measures Using Hill Numbers. bioRxiv. 2022.03.17.484802. doi: [10.1101/2022.03.17.484802](https://doi.org/10.1101/2022.03.17.484802)
library(devtools)
install_github("jebyrnes/multifunc")For more, see http://jebyrnes.github.io/multifunc
## Contributions
People wanting to contribute are welcome to do so by forking the repository,
and submitting a pull request when their work is done. Please also edit the
`DESCRIPTION` file to add your name to the `Authors` field.