plotStarLegend {FlowSOM} | R Documentation |
Plot a single star chart, annotated with labels
plotStarLegend(labels, colors = grDevices::rainbow(length(labels)), main = "")
labels |
Names to show in the legend |
colors |
Corresponding colors |
main |
Title of the legend |
Nothing is returned. A plot is drawn with 1 star chart, which is filled completely and annotated with the given labels.