geometric_model: Geometric model for estimating species richness

Description Usage Arguments Value Examples

View source: R/basic_models.R

Description

This function implements the species richness estimation with single-exponential mixed Poisson distribution (or geometric distribution)

Usage

1
geometric_model(input_data, cutoff = 10)

Arguments

input_data

An input type that can be processed by convert()

cutoff

Maximal frequency count of the data used to estimating the species richness. Default 10.

Value

An object of class alpha_estimate

Examples

1
2
3
library(breakaway)
data(apples)
geometric_model(apples, cutoff = 20)

KenLi93/CatchAll documentation built on May 7, 2019, 3:59 a.m.