recluster.plot.matrix: Plot the values of the cells of a matrix in grey scale

View source: R/recluster.plot.matrix.R

recluster.plot.matrixR 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)

leondap/recluster documentation built on Nov. 11, 2024, 7:11 a.m.