powered by
Identify points in a plot of "x" with its coordinates. The plot of "x" must be generated with plot.tri.
"x"
plot.tri
# S3 method for triSht identify(x,...)
an integer vector containing the indexes of the identified points.
object of class triSht
triSht
additional paramters for identify
identify
Albrecht Gebhardt <albrecht.gebhardt@aau.at>, Roger Bivand <roger.bivand@nhh.no>
triSht, print.triSht, plot.triSht, summary.triSht
print.triSht
plot.triSht
summary.triSht
if (FALSE) { data(franke) tr <- tri.mesh(franke$ds3$x, franke$ds3$y) plot(tr) identify(tr) }
Run the code above in your browser using DataLab