Nothing
"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)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.