recluster.plot.matrix {recluster} | R Documentation |
Plot the values of the cells of a matrix in grey scale
Description
This function plots the values of the cells of a matrix in grey scale.
Usage
recluster.plot.matrix(mat)
Arguments
mat |
A dissimilarity matrix. |
Value
A plot of cell values.
Author(s)
Leonardo Dapporto and Matteo Ramazzotti
References
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.
Examples
data(datamod)
simpdiss<- recluster.dist(datamod)
recluster.plot.matrix(simpdiss)
[Package recluster version 2.9 Index]