Revert {data.tree} | R Documentation |
Reverts the sort order of a Node
's children.
Description
Reverts the sort order of a Node
's children.
Usage
Revert(node, recursive = TRUE)
Arguments
node |
the Node whose childrens' sort order is to be reverted |
recursive |
If |
Value
returns the Node invisibly (for chaining)
See Also
[Package data.tree version 1.1.0 Index]