powered by
RadiusSearch(query, ref, radius, max_neighbour, build = "kdtree", cores = 0, checks = 1)
## Radius searching query <- matrix(rnorm(10), ncol = 2) reference <- matrix(rnorm(10), ncol = 2) RadiusSearch(query, reference, 1, 2, "kdtree", 0, 1)
Run the code above in your browser using DataLab