catch_all: CatchAll for estimating species richness and model selection

Description Usage Arguments Examples

View source: R/catch_all_main.R

Description

This function implements a series of estimator and selects several of them for estimating species richness

Usage

1
catch_all(input_data, ...)

Arguments

input_data

An input type that can be processed by convert()

...

Other arguments for select_best_models

Examples

1
2
3
library(breakaway)
data(apples)
catch_all(apples)

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