Fit all (or a subset of) asymptotic species-area models and compare them using AIC, BIC, delta-AIC, and Akaike weights.
Usage
compareModels(
object,
models = c("michaelis-menten", "lomolino", "asymptotic", "weibull", "logistic", "evt"),
...
)Arguments
- object
A
spaccobject.- models
Character vector of models to fit. Defaults to all six:
"michaelis-menten","lomolino","asymptotic","weibull","logistic","evt".- ...
Additional arguments passed to
extrapolate().