sprex
Calculate species richness functions for rarefaction and extrapolation
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
Links to: zenodo.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (10.4%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
Calculate species richness functions for rarefaction and extrapolation
Statistics
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 1
- Releases: 0
Created over 11 years ago
· Last pushed over 1 year ago
https://github.com/SWFSC/sprex/blob/master/
[](https://cran.r-project.org/package=sprex)
[](https://cran.r-project.org/package=sprex)
[](https://cran.r-project.org/package=sprex)
[](https://cran.r-project.org/package=sprex)
[](https://cran.r-project.org/package=sprex)
[](https://github.com/EricArcher/sprex/actions)
[](https://ci.appveyor.com/project/EricArcher/sprex)
# sprex [](https://zenodo.org/badge/latestdoi/23926/EricArcher/sprex)
## Description
*sprex* is a package for calculating species richness for rarefaction and extrapolation. It contains functions for calculating non-parametric species richness such as jackknife, Chao1, and ACE. Also available are functions for plotting species richness and extrapolation curves, and standard diversity and entropy indices.
## Installation
To install the stable version from CRAN:
```r
install.packages('sprex')
```
To install the latest version from GitHub:
```r
# make sure you have devtools installed
if (!require('devtools')) install.packages('devtools')
# install from GitHub
devtools::install_github('ericarcher/sprex')
```
## Contact
* submit suggestions and bug-reports:
* send a pull request:
* e-mail:
## version 1.4.2 (on CRAN)
* removed `plot.discovery.curve()`
* redesigned `discovery.curve()` to return data frame defining curve and plotting curve if selected.
* added `diversity()` to compute diversity and entropy indices
## version 1.4.1
* added `pct.range` argument to `clench` function to specify minimum and maximum percentages of sample sizes
* changed argument `m` in `expected.num.species` function to accept vectors and return a matrix
Owner
- Name: Southwest Fisheries Science Center
- Login: SWFSC
- Kind: organization
- Repositories: 2
- Profile: https://github.com/SWFSC
GitHub Events
Total
- Fork event: 1
Last Year
- Fork event: 1
Packages
- Total packages: 1
-
Total downloads:
- cran 175 last-month
- Total docker downloads: 86
- Total dependent packages: 0
- Total dependent repositories: 1
- Total versions: 6
- Total maintainers: 1
cran.r-project.org: sprex
Species Richness and Extrapolation
- Homepage: https://github.com/SWFSC/sprex
- Documentation: http://cran.r-project.org/web/packages/sprex/sprex.pdf
- License: GPL-2 | GPL-3 [expanded from: GNU General Public License]
-
Latest release: 1.4.3
published about 1 year ago
Rankings
Docker downloads count: 17.1%
Forks count: 21.0%
Dependent repos count: 24.0%
Dependent packages count: 28.8%
Average: 29.2%
Stargazers count: 30.9%
Downloads: 53.6%
Maintainers (1)
Last synced:
10 months ago
Dependencies
DESCRIPTION
cran
- R >= 4.0.0 depends
- ggplot2 * imports
- stats * imports
- swfscMisc >= 1.4 imports