ConfusionPlot {Dune} | R Documentation |
A plot to visualize how alike two clustering labels are
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
data("nuclei", package = "Dune") ConfusionPlot(nuclei[, c("SC3", "Monocle")])