plotClusterSegments: Plot cluster segments

View source: R/plots.R

plotClusterSegmentsR Documentation

Plot cluster segments

Description

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)))


GabrielHoffman/decorate documentation built on May 23, 2023, 1:29 a.m.