rankabund | R Documentation |
Calculating rank-abundance curves data.
rankabund(comm, group = "none")
comm |
Community data. |
group |
Index for changing the output: "none" the default output. "sites" the rank abundance indexes are estimated for each row (plot, site). |
a tibble
require(vegan) data(dune) rankabund(dune) rankabund(dune, group = "sites")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.