Learn R Programming

mathart (version 0.0.0.9000)

quadtree: Quadtree

Description

Compute a quadtree for a given set of points. Refer to the Wikipedia article for details.

Usage

quadtree(points)

Arguments

points

A data frame with columns for x and y coordinates, and each point in a row.

Examples

Run this code
# NOT RUN {
quadtree()
# }

Run the code above in your browser using DataLab