Revert {data.tree} | R Documentation |
Node
's children.Reverts the sort order of a Node
's children.
Revert(node, recursive = TRUE)
node |
the Node whose childrens' sort order is to be reverted |
recursive |
If |
returns the Node invisibly (for chaining)