#' General Theme for Facetted Plots
#'
#' @return custom facets.
#' @export
#'
seven_facet <- function(){
ggplot2::theme(
strip.text.x = element_text(size = 10, color = "#939393"),
strip.text.y = element_text(size = 10, color = "#939393"),
strip.background = element_blank())
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.