data2mat | R Documentation |
Convert field records to community matrix
data2mat(data = data)
data |
A dataframe with the the following columns: |
Return a community matrix ready for computing diversity indices.
Jinlong Zhang jinlongzhang01@gmail.com
None
data(testdata)
spmatrix <- data2mat(testdata)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.