R/interpp.new.R

"interpp.new"<-function(x, y, z, xo, yo, extrap = FALSE,
                    duplicate = "error", dupfun = NULL)
{
    warning("interpp.new() is deprecated, use interpp()")
    interpp(x, y, z,
            xo,
            yo, linear=FALSE,
            extrap=extrap, duplicate=duplicate, dupfun=dupfun)
}

Try the akima package in your browser

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

akima documentation built on April 27, 2022, 5:07 p.m.