powered by
Extract a list of neighbours from a triangulation or voronoi object
neighbours(obj)
nested list of neighbours per point
A. Gebhardt
object of class "triSht" or "voronoi.mosaic"
"triSht"
"voronoi.mosaic"
triSht, print.triSht, plot.triSht, summary.triSht, triangles
triSht
print.triSht
plot.triSht
summary.triSht
triangles
data(tritest) tritest.tr<-tri.mesh(tritest$x,tritest$y) tritest.nb<-neighbours(tritest.tr)
Run the code above in your browser using DataLab