neighbours: List of neighbours from a triangulation object

Description Usage Arguments Value Author(s) References See Also Examples

View source: R/neighbours.R

Description

Extract a list of neighbours from a triangulation object

Usage

1
neighbours(tri.obj)

Arguments

tri.obj

object of class "tri"

Value

nested list of neighbours per point

Author(s)

A. Gebhardt

References

R. J. Renka (1996). Algorithm 751: TRIPACK: a constrained two-dimensional Delaunay triangulation package. ACM Transactions on Mathematical Software. 22, 1-8.

See Also

tri, print.tri, plot.tri, summary.tri, triangles

Examples

1
2
3
data(tritest)
tritest.tr<-tri.mesh(tritest$x,tritest$y)
tritest.nb<-neighbours(tritest.tr)

tripack documentation built on July 8, 2020, 5:59 p.m.

Related to neighbours in tripack...