Plot the reduction in cluster size for an ARI merging with Dune

plotPrePost(merger)

Arguments

merger

The output from an ARI merging, by calling Dune

Value

a ggplot object #' @importFrom dplyr mutate

Examples

data("clusMat", package = "Dune") merger <- Dune(clusMat = clusMat) plotPrePost(merger)