List of neighbours from a triangulation object
Extract a list of neighbours from a triangulation object
neighbours(tri.obj)
tri.obj |
object of class |
nested list of neighbours per point
A. Gebhardt
R. J. Renka (1996). Algorithm 751: TRIPACK: a constrained two-dimensional Delaunay triangulation package. ACM Transactions on Mathematical Software. 22, 1-8.
data(tritest) tritest.tr<-tri.mesh(tritest$x,tritest$y) tritest.nb<-neighbours(tritest.tr)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.