Description Usage Arguments Value Examples
A plot to visualize how alike two clustering labels are
1 | ConfusionPlot(x, y = NULL)
|
x |
A vector of clustering labels or a matrix of clustering labels. See details. |
y |
Optional. Another vector of clustering labels |
a ggplot
object
1 2 | data("nuclei", package = "Dune")
ConfusionPlot(nuclei[, c("SC3", "Monocle")])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.