rankabund: Rankabun: Rank abundance

View source: R/rankabund.R

rankabundR Documentation

Rankabun: Rank abundance

Description

Calculating rank-abundance curves data.

Usage

rankabund(comm, group = "none")

Arguments

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).

Value

a tibble

Examples


require(vegan)
data(dune)
rankabund(dune)
rankabund(dune, group = "sites")

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