ParseArcs {FlowSOM} | R Documentation |
Parses stars
ParseArcs(x, y, arcValues, arcHeights)
x |
x coordinate of node |
y |
y coordinate of node |
arcValues |
A named vector with the frequency of how the node should be divided |
arcHeights |
The heights of the arcs |
Function that parses the FlowSOM object into a dataframe for the star values for ggplot
A dataframe ready to use with ggplot, consisting of the coordinates of centers, the radius and angles of the star values
PlotFlowSOM
, ParseEdges
,
ParseNodeSize
,
ParseQuery
, ParseSD