kdtree: k-d tree

Description Usage Arguments Examples

View source: R/kdtree.R

Description

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

Usage

1
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

1

marcusvolz/mathart documentation built on May 24, 2021, 4:16 p.m.