powered by
Compute a quadtree for a given set of points. Refer to the Wikipedia article for details.
quadtree(points)
A data frame with columns for x and y coordinates, and each point in a row.
# NOT RUN { quadtree() # }
Run the code above in your browser using DataLab