View source: R/recluster.hist.R
recluster.hist | R Documentation |
This function creates a histogram with the values of a dissimilarity matrix where the number of cells with zero value are explicitely showed in the first bar. Moreover, it provides the percentage of cells having equal values in the matrix.
recluster.hist(x)
x |
A dissimilarity matrix. |
An histogram with supplementary information. The first bar only shows the zero values.
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.
data(datamod)
simpdiss<- recluster.dist(datamod)
recluster.hist(simpdiss)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.