Learn R Programming

breakaway (version 4.8.4)

chao1: Chao1 species richness estimator

Description

This function implements the Chao1 richness estimate, which is often mistakenly referred to as an index.

Usage

chao1(input_data, output = NULL, answers = NULL)

Value

An object of class alpha_estimate, or alpha_estimates for phyloseq objects

Arguments

input_data

An input type that can be processed by convert() or a phyloseq object

output

Deprecated; only for backwards compatibility

answers

Deprecated; only for backwards compatibility

Author

Amy Willis

Examples

Run this code


chao1(apples)


Run the code above in your browser using DataLab