clusterfly (version 0.4)

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

Description

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

Usage

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

Arguments

cf
clusterfly object
idx
clustering to display
hulls
add convex hull? see addhull for details

Examples

Run this code
o <- olive_example()
cfly_show(o, 1)
cfly_show(o, "Region")
if (!interactive()) close(o)

Run the code above in your browser using DataLab