Learn R Programming

FlowSOM (version 1.4.0)

plotStarLegend: Plot legend for star plot

Description

Plot a single star chart, annotated with labels

Usage

plotStarLegend(labels, colors = grDevices::rainbow(length(labels)), main = "")

Arguments

labels
Names to show in the legend
colors
Corresponding colors
main
Title of the legend

Value

Nothing is returned. A plot is drawn with 1 star chart, which is filled completely and annotated with the given labels.

See Also

PlotStars