R/identify.triSht.R

Defines functions identify.triSht

Documented in identify.triSht

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

Try the interp package in your browser

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

interp documentation built on May 29, 2024, 8:03 a.m.