| neighbours {interp} | R Documentation |
Extract a list of neighbours from a triangulation or voronoi object
neighbours(obj)
obj |
object of class |
nested list of neighbours per point
A. Gebhardt
triSht, print.triSht, plot.triSht, summary.triSht, triangles
data(tritest) tritest.tr<-tri.mesh(tritest$x,tritest$y) tritest.nb<-neighbours(tritest.tr)