View source: R/edges2triangles.R
closetriples | R Documentation |
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.
.
closepairs
,
Tstat
.
closetriples(redwoodfull, 0.02)
closetriples(redwoodfull, 0.005)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.