hierfly: Visualisig hierarchical clustering. This method supplements a...

Description Usage Arguments Value See Also Examples

View source: R/hclust.r

Description

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

Usage

1
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

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

clusterfly documentation built on May 2, 2019, 9:12 a.m.