byCluster: By Cluster

Description Usage Arguments Value Author(s) See Also Examples

Description

Re-organize a vector valued clustering into an list which groups cluster members together

Usage

1
byCluster(clustering, excludeSingletons = TRUE)

Arguments

clustering

A named vector in which the names are cluster members and the values are cluster labels. This is format output by jarvisPatrick.

excludeSingletons

If true only clusters with more than 1 member will be in the output, otherwise all clusters will be used.

Value

A list with a slot for each cluster. Each slot of the list is a vector containing the cluster members.

Author(s)

Kevin Horan

See Also

jarvisPatrick

Examples

1
2
3

girke-lab/ChemmineR-git-svn-bridge documentation built on May 17, 2019, 5:25 a.m.