data.tree (version 1.1.0)

isNotLeaf: Check if a Node is not a leaf

Description

Check if a Node is not a leaf

Usage

isNotLeaf(node)

Value

FALSE if the Node is a leaf, TRUE otherwise

Arguments

node

The Node to test.