cfly_cluster {clusterfly}R Documentation

Add clustering

Description

Add clustering

Usage

cfly_cluster(cf, method, ..., name = deparse(substitute(method)))

Arguments

cf clusterfly object
method clusterfing method (function)
... arguments passed to clustering method
name name of clustering

Details

Clustering method needs to respond to clusters, if the default does not work, you will need to write your own to extract clusters.

Author(s)

Hadley Wickham <h.wickham@gmail.com>

Examples

cfly_cluster(o, kmeans, 4)
cfly_cluster(o, kmeans, 4, name="blah")

[Package clusterfly version 0.2.2 Index]