Last chance! 50% off unlimited learning
Sale ends in
Computes Shannon's and equitability indices from a data frame of two columns: column 1, dietary category; column 2, abundance (n, biomass,...)
shannonbio(data1)
a data frame of two columns: column 1, dietary category; column 2, abundance (n, biomass,...)
A vector of two values: Shannon's and equitability indices
Computes Shannon's and equitability indices from a data frame of two columns: column 1, dietary category; column 2, abundance (n, biomass,...)
# NOT RUN {
data(preybiom)
shannonbio(preybiom[,5:6])
# }
Run the code above in your browser using DataLab