powered by
dendrogram_plot_col(dataset, hc.result, classes.col, title = "", lab.cex = 1, leg.pos = "topright",...)
## Example of colored dendrogram data(cachexia) hc.result = hierarchical_clustering(cachexia) dendrogram_plot_col(cachexia, hc.result, "Muscle.loss", title = "Example")
Run the code above in your browser using DataLab