plot_tree: Build a tree graph from a named list

Description Usage Arguments

View source: R/flowR.R

Description

Build a tree graph from a named list

Usage

1
2
3
4
5
plot_tree(
  gates,
  attrs = list(graph = list(rankdir = "LR"), node = list(fixedsize = FALSE, fillcolor =
    "gray", fontsize = 40, shape = "ellipse"))
)

Arguments

gates

a named list. Each list element should contain a item 'parent' with the name of its parent list element

attrs

parameter passed to Rgraphviz::layoutGraph()


VoisinneG/flowR documentation built on June 1, 2021, 6:42 p.m.