2  Packages

A short stack does most of the work in this book. ggplot2 (Wickham et al. 2026) is the foundation; everything else either builds figures on top of it or supplies the modeling output we plot.

library(ggplot2)
library(hvtiPlotR)        # house plots, themes, and PPT/PDF export
library(hvtiRutilities)   # data dictionaries, labels, manifests
library(gt)               # publication tables
library(patchwork)        # compose multi-panel figures

What each one is for:

You do not need all of these for any single figure. Each chapter loads what it uses in its first chunk.