cfly_fluct: Static plot: Fluctuation diagram. Draw a fluctuation diagram...

Description Usage Arguments Examples

View source: R/ggplot.r

Description

Static plot: Fluctuation diagram. Draw a fluctuation diagram comparing two clusterings.

Usage

1
cfly_fluct(cfly, a, b, clarify = TRUE)

Arguments

cfly

clusterfly object

a

first clustering, will be reordered to match b if clarify=TRUE

b

second clustering

clarify

use clarify to rearranged cluster indices?

Examples

1
2
3
4
5
if (require("ggplot2")) {
o <- olive_example()
cfly_fluct(o, "kmeans", "Region")
cfly_fluct(o, "kmeans", "Region", clarify = FALSE)
}

Example output

Loading required package: rggobi
R session is headless; GTK+ not initialized.
Loading required package: ggplot2

clusterfly documentation built on May 2, 2019, 9:12 a.m.