Description Usage Arguments Value Examples
This function implements the species richness estimation with a two-component mixture exponential-mixed Poisson model (or three-component mixture exponential-mixed geometric model) for estimating species richness
1 | two_geometric_model(input_data, cutoff = 10, ...)
|
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. |
An object of class alpha_estimate
1 2 3 | library(breakaway)
data(apples)
two_geometric_model(apples, cutoff = 40)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.