Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
R
 
 
 
 
man
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

CRAN version CRAN last day downloads CRAN last week downloads CRAN last month downloads CRAN total downloads
DOI
Travis-CI Build Status 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.

Installation

To install the stable version from CRAN:

install.packages('sprex')

To install the latest version from GitHub:

# make sure you have Rtools installed
if (!require('devtools')) install.packages('devtools')
# install from GitHub
devtools::install_github('ericarcher/sprex')

Contact

version 1.4.2 (current on GitHub)

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

About

Calculate species richness functions for rarefaction and extrapolation

Resources

Packages

No packages published

Languages

You can’t perform that action at this time.