Description Usage Arguments Value Examples
This function generates the species richness estimates with Poisson model, geometric model, two-component geometric mixture model and three-component geometric model.
1 2 | all_parametric_model(input_data, parallel = F, tau_range = NULL,
control = list(ncores = ceiling(detectCores()/2)))
|
input_data |
An input type that can be processed by convert() |
parallel |
A logic scalar that decides whether the richness estimates are computed with parallelization. Currently an error is returned for Windows. |
tau_range |
A two-dimensional vector of positive intergers specifing the range of the cutoffs you'd like to vary within |
control |
A list containing an integer |
A data frame displaying the point estimates, standard errors, AICc, GOF0 and GOF5 for different parametric models and cutoffs.
1 2 3 | library(breakaway)
data(apples)
all_parametric_model(apples)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.