plot_graph {cytometree} | R Documentation |
Plot the binary tree built using CytomeTree.
Description
Plot the binary tree built using CytomeTree.
Usage
plot_graph(CytomeTreeObj, Ecex = 1, Ecolor = 8, Vcex = 0.8, Vcolor = 0, ...)
Arguments
CytomeTreeObj |
An object of class CytomeTree. |
Ecex |
Number indicating the amount by which text
on the edges should be scaled. Default is |
Ecolor |
An integer or a string of character
to color edges of the graph. Default is |
Vcex |
Number indicating the amount by which text
in the vertices should be scaled. Default is |
Vcolor |
A vector of class numeric or character to color
vertices of the graph. Default is |
... |
additional arguments to be passed to |
Author(s)
Chariff Alkhassim
[Package cytometree version 2.0.2 Index]