Learn R Programming

tripack (version 1.3-9.2)

identify.tri: Identify points in a triangulation plot

Description

Identify points in a plot of "x" with its coordinates. The plot of "x" must be generated with plot.tri.

Usage

# S3 method for tri
identify(x,...)

Value

an integer vector containing the indexes of the identified points.

Author

A. Gebhardt

Arguments

x

object of class "tri"

...

additional paramters for identify

See Also

tri, print.tri, plot.tri, summary.tri

Examples

Run this code
data(tritest)
tritest.tr<-tri.mesh(tritest$x,tritest$y)
plot(tritest.tr)
identify.tri(tritest.tr)

Run the code above in your browser using DataLab