data.tree (version 0.7.3)

Revert: 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 children's sort order is to be reverted

recursive

If TRUE, then revert is called recursively on all children.

Value

returns the Nodel invisibly (for chaining)

See Also

Node

Sort