three_geometric_model: Three-component geometric mixture model for estimating...

Description Usage Arguments Value Examples

View source: R/three_mixed_exp.R

Description

This function implements the species richness estimation with a three-component mixture exponential-mixed Poisson model (or three-component mixture exponential-mixed geometric model) for estimating species richness

Usage

1
three_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)
three_geometric_model(apples, cutoff = 50)

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