Usage
recluster.node.strength(mat, phylo = NULL, dist = "simpson",
nodelab.cex=0.8, tr = 100, levels=6, method = "average", ...)
Arguments
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 ?nodelabels).
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 ?plot.phylo.