ParseArcs {FlowSOM}R Documentation

ParseArcs

Description

Parses stars

Usage

ParseArcs(x, y, arcValues, arcHeights)

Arguments

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

Details

Function that parses the FlowSOM object into a dataframe for the star values for ggplot

Value

A dataframe ready to use with ggplot, consisting of the coordinates of centers, the radius and angles of the star values

See Also

PlotFlowSOM, ParseEdges, ParseNodeSize, ParseQuery, ParseSD


[Package FlowSOM version 2.0.0 Index]