Nothing
contour.mvkde <- function(x, ...)
{
if(x$d != 2)
stop("contour.mvkde can only be used with 2 dimensional data")
x <- list(x = x$axes[, 1], y = x$axes[, 2], z = x$z)
contour.default(x, ...)
}
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.