data.tree (version 1.0.0)

isRoot: Check if a Node is the root

Description

Check if a Node is the root

Usage

isRoot(node)

Value

TRUE if the Node is the root, FALSE otherwise

Arguments

node

The Node to test.