Nothing
multiKernDisplay <-
function (kern, spaceNum=0) {
spacing = matrix("", spaceNum+1)
cat(spacing);
cat("Multiple output block kernel:\n")
for(i in seq(along=kern$comp)) {
cat(spacing)
cat("Block ", i, "\n", sep="")
kernDisplay(kern$comp[[i]], spaceNum)
}
}
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.