gg_separation_matrix | R Documentation |
This function plots a tile plot of the separation matrix of a cluster solution
gg_separation_matrix(sep_matrix)
sep_matrix |
An nxn matrix. |
Assume n clusters, the separation matrix is a 'n x n' table, with cluster separation values for each pair of clusters. This is the result of fpc::cluster.stats()$separation.matrix
A ggplot object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.