data.tree (version 1.0.0)

isNotRoot: Check if a Node is not a root

Description

Check if a Node is not a root

Usage

isNotRoot(node)

Value

FALSE if the Node is the root, TRUE otherwise

Arguments

node

The Node to test.