knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

library(ggplot2)
library(ggmedsl)

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.



MEDSL/ggmedsl documentation built on May 8, 2019, 1:16 p.m.