Description Usage Arguments Value Examples
We can compute the ARI between pairs of cluster labels. This function plots a matrix where a cell is the adjusted Rand Index between cluster label of row i and cluster label of column j.
1 |
clusMat |
The clustering matrix with a row per cell and a column per clustering label type |
unclustered |
The value assigned to unclustered cells. Default to |
values |
Whether to also display the ARI values. Default to TRUE. |
numericalLabels |
Whether labels are numerical values. Default to FALSE. |
a ggplot
object
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.