The similarity matrix in the form of a heatmap is plotted; the matrix itself can also be returned invisibly. The invisibly returned matrix will also be reordered if reordered=TRUE.
Arguments
res
An object of class "MoEClust" generated by MoE_clust, or an object of class "MoECompare" generated by MoE_compare. Models with a noise component are facilitated here too.
col
A vector of colours as per image. Will be checked for validity.
reorder
A logical (defaults to TRUE) indicating whether observations should be reordered for visual clarity.
legend
A logical (defaults to TRUE) indicating whether to append a colour key legend.
...
Catches unused arguments, or arguments to be passed to hclust when reorder=TRUE.