Description Usage Arguments Details Value Author(s) References Examples
This function helps to understand the magnitude of row bias by computing a first tree with the original order of areas. Then it creates a default series of six trees by recluster.cons with increasing consensus rule from 50
1 2 | recluster.node.strength(mat, phylo = NULL, dist = "simpson",
nodelab.cex=0.8, tr = 100, levels=6, method = "average", ...)
|
mat |
A matrix containing sites (rows) and species (columns). |
phylo |
An ultrametric and rooted phylogenetic tree for species having the same labels as in mat columns. Only required for phylogenitic beta-diversity indexes. |
tr |
The number of trees to be used for the consensus. |
dist |
A beta-diversity index (the Simpson index by default) included in recluster.dist or any custom binary dissimilarity to be specified according to the syntax of designdist function of the vegan package. |
nodelab.cex |
the cex() parameter for controlling the size of the labels on the nodes (see |
levels |
The number of levels of different consensus threshold to be used. |
method |
Any clustering method allowed by hclust. |
... |
Arguments to be passed to plot.phylo methods, see the ape package manual and |
It has to be noted that values obtained by this function are not bootstrap supports for nodes but a crude indication of the magnitude of the row bias. Nodes with low value in this analysis can have strong bootstrap support and vice versa. This preliminary analysis can avoid that the use of a strict consensus (100
A cluster with percentages of recurrence over different consensus runs for each node.
Leonardo Dapporto and Matteo Ramazzotti
Dapporto L., Ramazzotti M., Fattorini S., Talavera G., Vila R., Dennis R. "recluster: an unbiased clustering procedure for beta-diversity turnover" Ecography (2013), 36:1070-1075.
1 2 | data(datamod)
recluster.node.strength(datamod, tr=10)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.