Learn R Programming

mathart (version 0.0.0.9000)

kdtree: k-d tree

Description

Computes a k-d tree for a given set of points

Usage

kdtree(points, minmax = FALSE)

Arguments

points

A data frame with columns for x and y coordinates, and each point in a row. Refer to the Wikipedia article for details.

Examples

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

Run the code above in your browser using DataLab