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

## ----setup--------------------------------------------------------------------
library(docorator)

## -----------------------------------------------------------------------------
geom_set()

## -----------------------------------------------------------------------------
geom_set(top = "0.5in", bottom = "0.5in")

## -----------------------------------------------------------------------------
geom_set(headheight = "20pt")

