| identify.tri {tripack} | R Documentation |
Identify points in a plot of "tri.obj" with its
coordinates. The plot of "tri.obj" must be generated with plot.tri.
identify.tri(tri.obj)
tri.obj |
object of class "tri" |
an integer vector containing the indexes of the identified points.
A. Gebhardt
tri, print.tri, plot.tri, summary.tri
data(tritest) tritest.tr<-tri.mesh(tritest$x,tritest$y) plot(tritest.tr) identify.tri(tritest.tr)