pielou {OTUtable} | R Documentation |
Pielou's Evenness
Description
Calculates Pielou's evenness for a single vector of relative abundance data
Usage
pielou(sample)
Arguments
sample |
A vector of relative abundance data |
Value
Returns a single value indicating the evenness of a community
Author(s)
Alexandra Linz <amlinz16@gmail.com>
Examples
data(otu_table)
even <- apply(otu_table, 2, pielou)
[Package OTUtable version 1.1.2 Index]