Skip to content

Calculate species richness functions for rarefaction and extrapolation

Notifications You must be signed in to change notification settings

EricArcher/sprex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRAN version CRAN last day downloads CRAN last week downloads CRAN last month downloads CRAN total downloads
DOI R-CMD-check AppVeyor Build Status

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:

install.packages('sprex')

To install the latest version from GitHub:

# make sure you have devtools installed
if (!require('devtools')) install.packages('devtools')

# install from GitHub
devtools::install_github('ericarcher/sprex')

Contact

version 1.4.2 (devel)

  • 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 (on CRAN)

  • 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

About

Calculate species richness functions for rarefaction and extrapolation

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages