#' Add together two numbers
#'
#'
#' @return graphs featuring the edyn theme
#' @examples
#'
#' ggplot2::ggplot(mtcars, ggplot2::aes(disp, hp)) + ggplot2::geom_point() + edyn_theme()
#' @import ggplot2
#' @export
edyn_theme <- function(){
ggplot2::theme_minimal() +
ggplot2::theme(text = ggplot2::element_text(size = 15),
panel.grid.minor.x = ggplot2::element_blank(),
legend.position = 'top')
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.