CreateRandomTree | R Documentation |
Create a tree for demo and testing
CreateRandomTree(nodes = 100, root = Node$new("1"), id = 1)
nodes |
The number of nodes to create |
root |
the previous node (for recursion, typically use default value) |
id |
The id (for recursion) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.