powered by
Computes a k-d tree for a given set of points
kdtree(points, minmax = FALSE)
A data frame with columns for x and y coordinates, and each point in a row. Refer to the Wikipedia article for details.
# NOT RUN { kdtree() # }
Run the code above in your browser using DataLab