plotPrePost: Plot the reduction in cluster size for an ARI merging with...

Description Usage Arguments Value Examples

View source: R/plot.R

Description

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

Usage

1
plotPrePost(merger)

Arguments

merger

The output from an ARI merging, by calling Dune

Value

a ggplot object #' @importFrom dplyr mutate

Examples

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

HectorRDB/Dune documentation built on Dec. 18, 2020, 8:08 p.m.