isLeaf {data.tree} | R Documentation |
Check if a Node
is a leaf
Description
Check if a Node
is a leaf
Usage
isLeaf(node)
Arguments
node |
The Node to test. |
Value
TRUE if the Node is a leaf, FALSE otherwise
[Package data.tree version 1.1.0 Index]