data.tree (version 1.0.0)

isLeaf: Check if a Node is a leaf

Description

Check if a Node is a leaf

Usage

isLeaf(node)

Value

TRUE if the Node is a leaf, FALSE otherwise

Arguments

node

The Node to test.