identify.triSht | R Documentation |
Identify points in a plot of "x"
with its
coordinates. The plot of "x"
must be generated with plot.tri
.
## S3 method for class 'triSht'
identify(x,...)
x |
object of class |
... |
additional paramters for |
an integer vector containing the indexes of the identified points.
Albrecht Gebhardt <albrecht.gebhardt@aau.at>, Roger Bivand <roger.bivand@nhh.no>
triSht
, print.triSht
, plot.triSht
, summary.triSht
## Not run:
data(franke)
tr <- tri.mesh(franke$ds3$x, franke$ds3$y)
plot(tr)
identify(tr)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.