sprex

Calculate species richness functions for rarefaction and extrapolation

https://github.com/swfsc/sprex

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

Basic Info
  • Host: GitHub
  • Owner: SWFSC
  • Language: R
  • Default Branch: master
  • Homepage:
  • Size: 356 KB
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/

[![CRAN version](http://www.r-pkg.org/badges/version/sprex?color=red)](https://cran.r-project.org/package=sprex)
[![CRAN last day downloads](http://cranlogs.r-pkg.org/badges/last-day/sprex?color=red)](https://cran.r-project.org/package=sprex)
[![CRAN last week downloads](http://cranlogs.r-pkg.org/badges/last-week/sprex?color=red)](https://cran.r-project.org/package=sprex)
[![CRAN last month downloads](http://cranlogs.r-pkg.org/badges/sprex?color=red)](https://cran.r-project.org/package=sprex)
[![CRAN total downloads](http://cranlogs.r-pkg.org/badges/grand-total/sprex?color=red)](https://cran.r-project.org/package=sprex)  
[![R-CMD-check](https://github.com/EricArcher/sprex/workflows/R-CMD-check/badge.svg)](https://github.com/EricArcher/sprex/actions)
[![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/EricArcher/sprex?branch=master&svg=true)](https://ci.appveyor.com/project/EricArcher/sprex)

# sprex  [![DOI](https://zenodo.org/badge/23926/EricArcher/sprex.svg)](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

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

  • Versions: 6
  • Dependent Packages: 0
  • Dependent Repositories: 1
  • Downloads: 175 Last month
  • Docker Downloads: 86
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