hierfly {clusterfly}R Documentation

Hierfly, a method for visualisation hierarchical clustering.

Description

This method supplements a data set with information needed to draw a dendrogram

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

Details

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

Author(s)

Hadley Wickham <h.wickham@gmail.com>

See Also

cut.hierfly, ggobi.hierfly

Examples

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

[Package clusterfly version 0.2.2 Index]