View source: R/visualization.R
| create_cluster_dashboard | R Documentation |
Generate a multi-panel summary of clustering results
create_cluster_dashboard(
data,
cluster_col = "cluster",
validation_metrics = NULL
)
data |
Data frame with cluster assignments |
cluster_col |
Cluster column name |
validation_metrics |
Optional tibble of validation metrics |
Combined plot grid
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.