Identify points in a triangulation plot
Identify points in a plot of "x"
with its
coordinates. The plot of "x"
must be generated with plot.tri
.
## S3 method for class 'tri' identify(x,...)
x |
object of class |
... |
additional paramters for |
an integer vector containing the indexes of the identified points.
A. Gebhardt
data(tritest) tritest.tr<-tri.mesh(tritest$x,tritest$y) plot(tritest.tr) identify.tri(tritest.tr)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.