oak (version 0.2.1)

is.node: Test if an object is a node

Description

The function is.node returns TRUE if x is a node, FALSE otherwise. A 'node' is just an rtree object with no subtrees.

Usage

is.node(x)

Arguments

x

An object to be tested.

Value

A logical.