Nothing
BlankPlot <-
function(xrng=c(0,1),yrng=c(0,1), Main="", xlab="", ylab="", ...)
{
graphics::plot(x = NA, y = NA, xlim = xrng, ylim = yrng, bty="n", ylab=ylab, xlab=xlab,axes = F,main=Main, ...)
}
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.