Learn R Programming

tidylearn (version 0.1.0)

plot_cluster_sizes: Plot Cluster Size Distribution

Description

Create bar plot of cluster sizes

Usage

plot_cluster_sizes(clusters, title = "Cluster Size Distribution")

Value

A ggplot object

Arguments

clusters

Vector of cluster assignments

title

Plot title (default: "Cluster Size Distribution")