PlotStarLegend {FlowSOM} | R Documentation |
Plots star legend
PlotStarLegend(markers, colors, starHeight = 1)
markers |
Vector of markers used in legend |
colors |
ColorPalette for the legend. Can be a vector or a function. |
starHeight |
Star height. Default = 1. |
Function makes the legend of the FlowSOM star plot
Returns nothing, but plots a legend for FlowSOM star plot
PlotStarLegend(c("CD3", "CD4", "CD8"), FlowSOM_colors(3))