Nothing
"set.panel" <-
function(m = 1., n = 1.)
{
par(mfrow = c(m, n))
cat("plot window will lay out plots in a", m, "by", n,
"matrix ", fill = TRUE)
invisible()
}
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.