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)

Dune documentation built on Nov. 8, 2020, 7:55 p.m.