specaccum_plot: specaccum_plot

View source: R/specaccum_plot.R

specaccum_plotR Documentation

specaccum_plot

Description

specaccum_plot

Usage

specaccum_plot(comm, method = "exact")

Arguments

comm

Community data frame.

method

Species accumulation method (partial match). Use the same options as specaccum function from vegan package, "random" adds sites in random order, "exact" finds the expected (mean) species richness, "coleman" finds the expected richness, and "rarefaction" finds the mean when accumulating individuals instead of sites. Except for "collector" method.

Value

a ggplot2 object

See Also

specaccum() from vegan.

Examples

data("dune")
specaccum_plot(dune)


PaulESantos/diversity.tool documentation built on July 29, 2022, 8:20 a.m.