identify.tri: Identify points in a triangulation plot

Description Usage Arguments Value Author(s) See Also Examples

View source: R/identify.tri.R

Description

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

Usage

1
2
## S3 method for class 'tri'
identify(x,...)

Arguments

x

object of class "tri"

...

additional paramters for identify

Value

an integer vector containing the indexes of the identified points.

Author(s)

A. Gebhardt

See Also

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

Examples

1
2
3
4
data(tritest)
tritest.tr<-tri.mesh(tritest$x,tritest$y)
plot(tritest.tr)
identify.tri(tritest.tr)

tripack documentation built on July 8, 2020, 5:59 p.m.