cfly_cluster {clusterfly} | R Documentation |
Add clustering
cfly_cluster(cf, method, ..., name = deparse(substitute(method)))
cf |
clusterfly object |
method |
clusterfing method (function) |
... |
arguments passed to clustering method |
name |
name of clustering |
Clustering method needs to respond to clusters
,
if the default does not work, you will need to write
your own to extract clusters.
Hadley Wickham <h.wickham@gmail.com>
cfly_cluster(o, kmeans, 4) cfly_cluster(o, kmeans, 4, name="blah")