cfly_show: Show in ggobi. Opens an instance ggobi for this dataset (if...

Description Usage Arguments Examples

Description

Show in ggobi. Opens an instance ggobi for this dataset (if not already open), and colours the points according the cluster assignment.

Usage

1
  cfly_show(cf, idx = "true", hulls = FALSE)

Arguments

cf

clusterfly object

idx

clustering to display

hulls

add convex hull? see addhull for details

Examples

1
2
3
4
o <- olive_example()
cfly_show(o, 1)
cfly_show(o, "Region")
if (!interactive()) close(o)

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