knitr::opts_chunk$set(
  echo = FALSE, cache = FALSE,
  warning = FALSE, message = FALSE,
  fig.width = 10, fig.height = 7, 
  fig.showtext = TRUE # for the fancy fonts, disable if not needed
)

```{css global-css, echo=FALSE} img { margin: 0; padding: 0; max-width: 100%; }

```r
library(tidyverse)

# Use the grkmisc theme
theme_set(
  grkmisc::theme_grk(
    base_family = "Source Serif Pro",
    axis_text_family = "Source Code Pro",
    axis_title_family = "Source Serif Pro",
    default_geom_font = "Source Sans Pro",
    use_showtext = TRUE
  ) + 
    theme(panel.grid.minor = element_blank())
)
# Load Data


GerkeLab/grkmisc documentation built on Feb. 23, 2020, 6:50 a.m.