hillR
hillR: taxonomic, functional, and phylogenetic diversity and similarity through Hill Numbers - Published in JOSS (2018)
Science Score: 95.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 14 DOI reference(s) in README and JOSS metadata -
✓Academic publication links
Links to: joss.theoj.org -
✓Committers with academic emails
2 of 8 committers (25.0%) from academic institutions -
○Institutional organization owner
-
✓JOSS paper metadata
Published in Journal of Open Source Software
Keywords
biodiversity
hill-numbers
r
Last synced: 6 months ago
·
JSON representation
Repository
An R pakage to calculate diversity through Hill Numbers
Basic Info
Statistics
- Stars: 34
- Watchers: 4
- Forks: 14
- Open Issues: 3
- Releases: 4
Topics
biodiversity
hill-numbers
r
Created almost 11 years ago
· Last pushed almost 2 years ago
Metadata Files
Readme
Changelog
License
README.Rmd
---
output: github_document
---
```{r setup, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "##",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
[](https://doi.org/10.21105/joss.01041) [](https://app.travis-ci.com/github/daijiang/hillR) [](https://app.codecov.io/github/daijiang/hillR?branch=master)
[](https://cran.r-project.org/package=hillR)
[](https://www.r-pkg.org/pkg/hillR)
[](https://www.r-pkg.org/pkg/hillR)
# hillR
This package contains R functions to calculate taxonomic, functional, and phylogenetic diversity and site similarity through Hill Numbers. The underlying methods are based on Chao, Chiu and Jost 2014 and Chiu & Chao 2014.
# Installation
To install this package, run the following code:
```{r, eval=FALSE}
install.packages("hillR")
# or install from Github
install.packages("hillR", repos = c('https://daijiang.r-universe.dev', 'https://cloud.r-project.org'))
```
# Examples
```{r data}
dummy = FD::dummy
comm = dummy$abun
traits = dummy$trait
set.seed(123)
tree = ape::rtree(n = ncol(comm), tip.label = paste0("sp", 1:ncol(comm)))
library(hillR)
```
## Calculate taxonomic, functional, and phylogenetic diversity of each site
```{r}
hill_taxa(comm, q = 0) # taxonomic alpha diversity
hill_func(comm, traits, q = 0) # functional alpha diversity
hill_phylo(comm, tree, q = 0) # phylogenetic alpha diversity
```
## Calculate taxonomic, functional, and phylogenetic diversity across multiple sites
```{r}
hill_taxa_parti(comm, q = 0) # taxonomic diversity across all sites
hill_func_parti(comm, traits, q = 0) # functional diversity across all sites
hill_phylo_parti(comm, tree, q = 0) # phylogenetic diversity across all sites
```
## Calculate pairwise taxonomic, functional, and phylogenetic diversity
```{r}
# pairwise taxonomic diversity
hill_taxa_parti_pairwise(comm, q = 0, show_warning = FALSE, .progress = FALSE)
# pairwise functional diversity
hill_func_parti_pairwise(comm, traits, q = 0, show_warning = FALSE, .progress = FALSE)
# pairwise phylogenetic diversity
hill_phylo_parti_pairwise(comm, tree, q = 0, show_warning = FALSE, .progress = FALSE)
```
# Licenses
Licensed under the [MIT license](LICENSE). ([More information here](https://en.wikipedia.org/wiki/MIT_License).)
# Citation
Please cite this package if you use it. The citation information can be obtained by running `citation('hillR')` in R.
> Li, (2018). hillR: taxonomic, functional, and phylogenetic diversity and similarity through Hill Numbers. Journal of Open Source Software, 3(31), 1041. https://doi.org/10.21105/joss.01041
```bibtex
@Article{,
title = {hillR: taxonomic, functional, and phylogenetic diversity and similarity through Hill Numbers},
author = {Daijiang Li},
journal = {Journal of Open Source Software},
year = {2018},
volume = {3},
number = {31},
pages = {1041},
url = {https://doi.org/10.21105/joss.01041},
}
```
# Reference
- [Chao, Anne, Chun-Huo Chiu, and Lou Jost. “Unifying Species Diversity, Phylogenetic Diversity, Functional Diversity, and Related Similarity and Differentiation Measures Through Hill Numbers.” Annual Review of Ecology, Evolution, and Systematics 45, no. 1 (2014): 297–324. doi:10.1146/annurev-ecolsys-120213-091540.](https://doi.org/10.1146/annurev-ecolsys-120213-091540)
- [Chiu, Chun-Huo, and Anne Chao. “Distance-Based Functional Diversity Measures and Their Decomposition: A Framework Based on Hill Numbers.” PLoS ONE 9, no. 7 (July 7, 2014): e100014. doi:10.1371/journal.pone.0100014.](https://doi.org/10.1371/journal.pone.0100014)
# Contributing
Contributions are welcome. You can provide comments and feedback or ask questions by filing an issue on Github [here](https://github.com/daijiang/hillR/issues) or making pull requests.
Owner
- Name: Daijiang Li
- Login: daijiang
- Kind: user
- Location: Baton Rouge, LA
- Website: https://www.dlilab.com
- Repositories: 81
- Profile: https://github.com/daijiang
JOSS Publication
hillR: taxonomic, functional, and phylogenetic diversity and similarity through Hill Numbers
Published
November 13, 2018
Volume 3, Issue 31, Page 1041
Authors
Tags
Hill numbers biodiversity phylogenetic diversity functional diversityGitHub Events
Total
- Issues event: 2
- Watch event: 3
- Issue comment event: 1
Last Year
- Issues event: 2
- Watch event: 3
- Issue comment event: 1
Committers
Last synced: 7 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Daijiang Li | d****1@u****u | 69 |
| daijiang | d****e@g****m | 41 |
| Alison Paulson | a****n@u****u | 3 |
| Hugo Gruson | h****n@p****m | 2 |
| ajrominger | a****r@g****m | 1 |
| Pedro Neves | n****r@g****m | 1 |
| Matthias Grenié | m****e@e****r | 1 |
| Katrin Leinweber | k****i@p****e | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 6 months ago
All Time
- Total issues: 18
- Total pull requests: 7
- Average time to close issues: 6 months
- Average time to close pull requests: about 14 hours
- Total issue authors: 14
- Total pull request authors: 6
- Average comments per issue: 2.28
- Average comments per pull request: 1.14
- Merged pull requests: 6
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 1
- Pull requests: 0
- Average time to close issues: 6 days
- Average time to close pull requests: N/A
- Issue authors: 1
- Pull request authors: 0
- Average comments per issue: 4.0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- daijiang (3)
- sydnerecord (2)
- FabianRoger (2)
- BErfanian (1)
- cassioalencarnunes (1)
- jebyrnes (1)
- JulietteLgls (1)
- DanielaCortesGuzman (1)
- LeclercqNico (1)
- kobe-ball (1)
- karolinazarzyczny (1)
- miriamgrace (1)
- ajrominger (1)
- iadamo1 (1)
Pull Request Authors
- p-neves (2)
- katrinleinweber (1)
- akpaulson (1)
- ajrominger (1)
- Bisaloo (1)
- Rekyt (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 2
-
Total downloads:
- cran 502 last-month
-
Total dependent packages: 1
(may contain duplicates) -
Total dependent repositories: 3
(may contain duplicates) - Total versions: 5
- Total maintainers: 1
cran.r-project.org: hillR
Diversity Through Hill Numbers
- Homepage: https://github.com/daijiang/hillR
- Documentation: http://cran.r-project.org/web/packages/hillR/hillR.pdf
- License: MIT + file LICENSE
-
Latest release: 0.5.2
published over 2 years ago
Rankings
Forks count: 5.8%
Stargazers count: 9.8%
Average: 13.0%
Downloads: 14.9%
Dependent repos count: 16.8%
Dependent packages count: 17.6%
Maintainers (1)
Last synced:
6 months ago
conda-forge.org: r-hillr
- Homepage: https://github.com/daijiang/hillR
- License: MIT
-
Latest release: 0.5.1
published almost 5 years ago
Rankings
Dependent repos count: 34.0%
Average: 42.9%
Stargazers count: 43.0%
Forks count: 43.4%
Dependent packages count: 51.2%
Last synced:
6 months ago
Dependencies
DESCRIPTION
cran
- R >= 3.1 depends
- FD * imports
- ade4 * imports
- ape * imports
- geiger * imports
- plyr * imports
- tibble * imports
- betapart * suggests
- covr * suggests
- testthat * suggests
