Nothing
kernGradient <-
function (kern, x, ...) {
funcName <- paste(kern$type, "KernGradient", sep="")
func <- get(funcName, mode="function")
g <- func(kern, x, ...)
factors <- .kernFactors(kern, "gradfact")
for (i in seq(along=factors))
g[factors[[i]]$index] <- g[factors[[i]]$index]*factors[[i]]$val
return (g)
}
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.