graph.tree | R Documentation |
graph.tree()
was renamed to make_tree()
to create a more
consistent API.
graph.tree(n, children = 2, mode = c("out", "in", "undirected"))
n |
Number of vertices. |
children |
Integer scalar, the number of children of a vertex (except for leafs) |
mode |
Defines the direction of the
edges. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.