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

Description Usage Arguments Examples

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)
}

ggobi/clusterfly documentation built on May 17, 2019, 3:10 a.m.