powered by
formatCluster formats the output of the cluster analysis.
formatCluster
formatCluster(clusterList)
The list containing all the clusters of the hierarchical clustering.
# 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