powered by
The function is.node returns TRUE if x is a node, FALSE otherwise. A 'node' is just an rtree object with no subtrees.
is.node
TRUE
x
FALSE
rtree
is.node(x)
An object to be tested.
A logical.