knitr::opts_chunk$set( collapse = TRUE, comment = "#>" ) library(ggplot2) library(ggmedsl)
This package provides a series of functions that simplifies theming a ggplot2
plot or map object for MEDSL branding and colors. There are two primary functions, medsl_plot()
and medsl_map()
that can be added to a plot object in order to generate the MEDSL theme. medsl_spiff()
finishes out the plot and there are a series of scales that fill in the MEDSL colors. In this vignette I demonstrate how the package and various functions work.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.