neighbours {interp} | R Documentation |
List of neighbours from a triangulation or voronoi object
Description
Extract a list of neighbours from a triangulation or voronoi object
Usage
neighbours(obj)
Arguments
obj |
object of class |
Value
nested list of neighbours per point
Author(s)
A. Gebhardt
See Also
triSht
, print.triSht
, plot.triSht
, summary.triSht
, triangles
Examples
data(tritest)
tritest.tr<-tri.mesh(tritest$x,tritest$y)
tritest.nb<-neighbours(tritest.tr)
[Package interp version 1.1-6 Index]