R/interpp.old.R

"interpp.old"<-function(x, y, z, xo, yo, ncp = 0, extrap = FALSE,
                    duplicate = "error", dupfun = NULL)
{
    warning("interpp.old() is deprecated, use interpp()")
    interpp(x, y, z,
            xo,
            yo, linear=(ncp==0),
            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.