Nothing
ggplotCustomTheme <- function() {
(ggplot2::theme_bw() +
ggplot2::theme(legend.position = "none",
plot.title = ggplot2::element_text(hjust = 0.5)))
}
defaultPlot <- function(){print(NULL)}
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.