neighbours | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.