Learn R Programming

neatmaps (version 1.1.0)

formatCluster: Format Cluster Output

Description

formatCluster formats the output of the cluster analysis.

Usage

formatCluster(clusterList)

Arguments

clusterList

The list containing all the clusters of the hierarchical clustering.

Examples

Run this code
# NOT RUN {
# dummy cluster results
clustList <- list(c("A", "B"), c("C", "D", "E"))
formatCluster(clusterList = clustList)
# }

Run the code above in your browser using DataLab