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