Learn R Programming

SearchTrees (version 0.1.6)

QuadTree-class: Class "QuadTree"

Description

A class representing a Quad Tree object for storing 2 dimensional points for efficient rectangular range and knn lookup.

Arguments

Objects from the Class

Objects can be created by calls of the form new("QuadTree", ...).

Extends

Class "SearchTree", directly.

See Also

createIndex

Examples

Run this code
showClass("QuadTree")

Run the code above in your browser using DataLab