neighbours | R Documentation |
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.
tri
, print.tri
, plot.tri
, summary.tri
, 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.