renkonen.c | R Documentation |
This function returns a list of matrix and lists of pairwise comparisons of several sampling sites and its respective Renkonen's similarities.
renkonen.c(df,as.matrix=T)
df |
a dataframe which each column is one site and each row is the absolute abundance of a species |
as.matrix |
a boolean whether it showd be returned as a matrix as well |
As renkonen.index is only able to handle vectors, this function parse data.frames and calls the renkonen.index function. This is the basic version for beeing called by a bootstrap handler. This function was not designed to be used directly at the first place, but users are free to tweeck this.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.