View source: R/specaccum_plot.R
specaccum_plot | R Documentation |
specaccum_plot
specaccum_plot(comm, method = "exact")
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. |
a ggplot2 object
specaccum()
from vegan.
data("dune") specaccum_plot(dune)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.