Skip to contents

Generates a scatter plot visualizing Adjusted Rand Index (ARI) values across samples to assess clustering performance.

Usage

plotARI(cluster_metrics)

Arguments

cluster_metrics

Data frame with sample_id, value, and metric columns, filtered for "ARI".

Value

A ggplot object depicting ARI values for each sample.