clusterfly (version 0.4)

hierfly: Visualisig hierarchical clustering. This method supplements a data set with information needed to draw a dendrogram

Description

Intermediate cluster nodes are added as needed, and positioned at the centroid of the combined clusters.

Usage

hierfly(data, metric = "euclidean", method = "average")

Arguments

data
data set
metric
distance metric to use, see dist for list of possibilities
method
cluster distance measure to use, see hclust for details

Value

object of type, hierfly

See Also

cut.hierfly, ggobi.hierfly

Examples

Run this code
h <- hierfly(iris)
ggobi(h)
h <- hierfly(iris, method="single")

Run the code above in your browser using DataCamp Workspace