powered by
dendrogram_plot(dataset, hc.result, column.metadata = 1, labels = NULL, ...)
## Example of a dendrogram data(cachexia) hc.result = hierarchical_clustering(cachexia) dendrogram_plot(cachexia, hc.result)
Run the code above in your browser using DataLab