Skip to content

Plot results

Alberto J. Coello edited this page Jul 16, 2024 · 2 revisions

PAICE can plot rarefaction curves and asymptotic estimators once they are calculated. The example data CmonsRare (rarefaction curves for Cistus monspeliensis in the Canarian archipelago) is used on this page to plot results.

Rarefaction curves

Rarefaction curves can be plotted in an interactive way (i.e., a click in the graphical area of R is required to change between the first and the second plot). To draw both plots at the same time divide the graphical area:

par(mfrow = c(1, 2))
plot(CmonsRare)

Asymptotic estimators

Asymptotic estimators can be plotted using the estimation made by maxCol:

m <- maxCol(CmonsRare)
plot(m)