Remove small branches from a data tree
ID
list-tree-prune-tree
Name
Prune Tree
Group
Tree
Package
List
Keywords
Weave, Graft Tree
Inputs
Name | Type | Description | Default Value |
---|---|---|---|
tree | Any | Data tree to prune | |
n0 | Number | Remove branches with fewer than N0 items | 0 |
n1 | Number | Remove branches with more than N1 items (use zero to ignore the upper limit) | 0 |
Outputs
Name | Type | Description |
---|---|---|
tree | Any | Pruned tree |