plot_cluster_comparison: Create Cluster Comparison Plot
Description
Compare multiple clustering results side-by-side
Usage
plot_cluster_comparison(data, cluster_cols, x_col, y_col)
Value
A grid of ggplot objects
Arguments
- data
Data frame with multiple cluster columns
- cluster_cols
Vector of cluster column names
- x_col
X-axis variable
- y_col
Y-axis variable