freq.calc | R Documentation |
Computing species' relative frequency as defined by the numbers of plots having a species divided by the total number of plots.
freq.calc(matr)
matr |
A community matrix |
The input should be a standard community matrix with rows representing sites and columns representing species.
A vector containing relative frequency for each species
Jinlong Zhang jinlongzhang01@gmail.com
None
data(testdata)
spmatrix <- data2mat(testdata)
freq.calc(spmatrix)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.