CatchAll: Species richness estimation with CatchAll

Description Usage Arguments Value Author(s)

View source: R/CatchAll.R

Description

This function implements the CatchAll species richness estimate in R. The packages currently in beta mode!

Usage

1
CatchAll(frequency_table)

Arguments

frequency_table

The sample frequency count table for the population of interest. The first row must correspond to the singletons. Acceptable formats include a matrix, data frame, or file path (csv or txt). The standard frequency count table format is used: two columns, the first of which contains the frequency of interest (eg. 1 for singletons, species observed once, 2 for doubletons, species observed twice, etc.) and the second of which contains the number of species observed this many times. Frequencies (first column) should be ordered least to greatest.

Value

All models and their species richness estimates (beta version)

Author(s)

Amy Willis

Teresa Zhan


adw96/CatchAll documentation built on May 28, 2019, 3:55 p.m.