Nothing
tmPrintTitles <- function(vps, title, title.legend, position.legend, fontfamily.title, fontfamily.legend) {
pushViewport(vps$vpDatTitle)
grid.text(title, gp=gpar(fontfamily=fontfamily.title))
upViewport()
if (position.legend!="none") {
pushViewport(vps$vpLegTitle)
grid.text(title.legend, gp=gpar(fontfamily=fontfamily.legend))
upViewport()
}
}
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.