theme_avalanche <- function() {
library(ggplot2)
theme_minimal(base_size = 14) +
theme(panel.grid.minor = element_blank())
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.