identify.tri(tri.obj)
tri.obj
|
object of class "tri"
|
"tri.obj"
with its
coordinates. The plot of "tri.obj"
must be generated with plot.tri
.tri
, print.tri
, plot.tri
, summary.tri
data(tritest) tritest.tr<-tri.mesh(tritest$x,tritest$y) plot(tritest.tr) identify.tri(tritest.tr)