List
List
Sequence
Set
Tree
Prune Tree
Remove small branches from a data tree
Details
ID
list-tree-prune-tree
Name
Prune Tree
Group
Tree
Package
List
Keywords
Input ports
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 |
Output ports
Name | Type | Description |
---|---|---|
Tree | Any | Pruned tree |
Weave, Graft Tree