Learn R Programming

GeneralTree (version 0.0.1)

generate_grViz: Create a DiagrammeR graph that represents the tree.

Description

Create a DiagrammeR graph that represents the tree.

Usage

generate_grViz(obj, what = c("id", "data"), ...)

Arguments

obj
the tree that should be converted to a DiagrammeR graph.
what
select what to draw in the tree.
...
Additional arguments passed to create_nodes

See Also

create_nodes