View source: R/visualization.R
| plot_distance_heatmap | R Documentation |
Visualize distance matrix as heatmap
plot_distance_heatmap(
dist_mat,
cluster_order = NULL,
title = "Distance Heatmap"
)
dist_mat |
Distance matrix (dist object) |
cluster_order |
Optional vector to reorder observations by cluster |
title |
Plot title |
A ggplot object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.