View source: R/recluster.plot.matrix.R
recluster.plot.matrix | R Documentation |
This function plots the values of the cells of a matrix in grey scale.
recluster.plot.matrix(mat)
mat |
A dissimilarity matrix. |
A plot of cell values.
Leonardo Dapporto and Matteo Ramazzotti
Dapporto, L., Fattorini, S., Voda, R., Dinca, V., Vila, R. "Biogeography of western Mediterranean butterflies: combining turnover and nestedness components of faunal dissimilarity." J Biogeogr (2014), 41: 1639-1650.
data(datamod)
simpdiss<- recluster.dist(datamod)
recluster.plot.matrix(simpdiss)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.