Poisson_model: Poisson model for estimating species richness

Description Usage Arguments Value Examples

Description

This function implements the species richness estimation with a Poisson distribution

Usage

1
Poisson_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)
Poisson_model(apples, cutoff = 20)

statdivlab/CatchMore documentation built on May 8, 2019, 8:12 a.m.