Learn R Programming

recluster (version 2.8)

recluster.plot.matrix: Plot cell values 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.

References

Dapporto, L., Fattorini, S., Vod?, R., Dinc?, V., Vila, R. "Biogeography of western Mediterranean butterflies: combining turnover and nestedness components of faunal dissimilarity." J Biogeogr (2014), 41: 1639-1650. www.unifi.it/scibio/bioinfo/recluster.html

Examples

Run this code
data(datamod)
simpdiss<- recluster.dist(datamod)
recluster.plot.matrix(simpdiss)

Run the code above in your browser using DataLab