powered by
Computing species' relative frequency as defined by the numbers of plots having a species divided by the total number of plots.
freq.calc(matr)
A vector containing relative frequency for each species
A community matrix
Jinlong Zhang jinlongzhang01@gmail.com
The input should be a standard community matrix with rows representing sites and columns representing species.
None
data(testdata) spmatrix <- data2mat(testdata) freq.calc(spmatrix)
Run the code above in your browser using DataLab