plotPrePost {Dune} | R Documentation |
Dune
Plot the reduction in cluster size for an ARI merging with Dune
plotPrePost(merger)
merger |
The output from an ARI merging, by calling |
a ggplot
object
#' @importFrom dplyr mutate
data("clusMat", package = "Dune") merger <- Dune(clusMat = clusMat) plotPrePost(merger)