spatgraphs-rgabriel_graph {spatgraphs} | R Documentation |
Compute the adjacency matrix for point pattern X with relation
x~y <==> X\cap ( B(x,||x-y||)\cap B(y,||x-y||) ) = \emptyset
pp |
Point pattern with elements x,y,n. |
Date: | 2007-03-01 |
License: | GPL v2 or later |
This is still slow R-implementation, C-version will be made when there is enough reason.