R/identify.tri.R

Defines functions identify.tri

Documented in identify.tri

identify.tri<-function(x,...)
  {
    if(!inherits(x,"tri"))
      stop("x must be of class \"tri\"")
    labels<-paste("(",x$x,",",x$y,")", sep ="")
    identify(x$x,x$y,labels=labels)
  }

Try the tripack package in your browser

Any scripts or data that you put into this service are public.

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