R/identify.point.R

# A function to "identify" points in a "point" object...
# This function allows the user to identify points graphically.
assign("identify.point",
function(x,v="",...) {
    v <- x[[match(v,names(x))]]
    if(!is.null(v))
      identify(x$x,x$y,v,...)
    else
      identify(x$x,x$y,...)
})

Try the sgeostat package in your browser

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

sgeostat documentation built on May 1, 2019, 6:31 p.m.