Coml | R Documentation |
Compare species checklists
Coml(df1, df2) ## S3 method for class 'Coml' summary(object, ..., n=10)
df1 |
First data frame with species presence/absence data, species as row names |
df2 |
Second data frame |
object |
Object of the class 'Coml' |
n |
Number of indicator species |
... |
Additional arguments |
Compare two (groups of) checklists (Abramova et al., 2003).
Calculates difference (in %) between checklists with common base, i.e., species occurrence/abundance columns of data frame with species names as row names.
Finds names of "indicators" most characteristic to each group
Object of the class 'Coml', or nothing
Alexey Shipunov
Abramova L. A., Rimskaya-Korsakova N. N., Shipunov A. B. 2003. The comparative study of the flora of Kiv Gulf, Chupa Gulf and Keret' Archipelago islands (Kandalaksha Bay of White Sea). Proceedings of the Pertsov White Sea Biological Station. Vol. 9. Moscow. P. 22–33. in Russian (English abstract)
y.Coml <- Coml(dolbli[1:45], dolbli[46:79]) summary(y.Coml, n=5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.