Close Triples of Points
Low-level function to find all close triples of points.
closetriples(X, rmax)
X |
Point pattern (object of class |
rmax |
Maximum distance between each pair of points in a triple. |
This low-level function
finds all triples of points in a point pattern
in which each pair lies closer than rmax
.
A data frame with columns i,j,k
giving the indices of the
points in each triple, and a column diam
giving the diameter
(maximum pairwise distance) in the triple.
Adrian Baddeley Adrian.Baddeley@curtin.edu.au, Rolf Turner r.turner@auckland.ac.nz and Ege Rubak rubak@math.aau.dk.
closetriples(redwoodfull, 0.02) closetriples(redwoodfull, 0.005)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.