Skip to contents

Plot bar of segments showing clusters

Usage

plotClusterSegments(clusterValues)

Arguments

clusterValues

array of names of cluster for each entry

Value

ggplot2 of cluster assignments

Examples

plotClusterSegments(c(rep(1, 5), rep(2,2), rep(3, 4)))