Last chance! 50% off unlimited learning
Sale ends in
Low-level function to find all close triples of points.
closetriples(X, rmax)
Point pattern (object of class "ppp"
or "pp3"
).
Maximum distance between each pair of points in a triple.
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.
This low-level function
finds all triples of points in a point pattern
in which each pair lies closer than rmax
.
# NOT RUN {
closetriples(redwoodfull, 0.02)
closetriples(redwoodfull, 0.005)
# }
Run the code above in your browser using DataLab