CreateRegularTree | R Documentation |
Create a tree for demo and testing
CreateRegularTree(height = 5, branchingFactor = 3, parent = Node$new("1"))
height |
the number of levels |
branchingFactor |
the number of children per node |
parent |
the parent node (for recursion) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.