summary_species {BioFTF} | R Documentation |
Create the species summary for each community (absolute abundance).
summary_species(x)
x |
A data matrix with the absolute abundance of the species. |
x=matrix(c(3,5,5,2,1,2,6,8,5,1),2,5) x summary_species(x)