chao_bunge: Chao-Bunge species richness estimator

View source: R/richness_chao_bunge.R

chao_bungeR Documentation

Chao-Bunge species richness estimator

Description

This function implements the species richness estimation procedure outlined in Chao & Bunge (2002).

Usage

chao_bunge(input_data, cutoff = 10, output = NULL, answers = NULL)

Arguments

input_data

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

cutoff

The maximum frequency to use in fitting.

output

Deprecated; only for backwards compatibility

answers

Deprecated; only for backwards compatibility

Value

An object of class alpha_estimate, or alpha_estimates for phyloseq objects

Author(s)

Amy Willis

Examples


chao_bunge(apples)


adw96/breakaway documentation built on Dec. 12, 2023, 2:19 a.m.