isNotLeaf {data.tree}R Documentation

Check if a Node is not a leaf

Description

Check if a Node is not a leaf

Usage

isNotLeaf(node)

Arguments

node

The Node to test.

Value

FALSE if the Node is a leaf, TRUE otherwise


[Package data.tree version 1.1.0 Index]