knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.width = 7, fig.height = 7, fig.align = "center" )

This vignette documents the use of a simple facet-aware annotation scheme to provide different labels to each facet of a figure created with ggplot2.

library(ggplot2)
library(JLmisc)

Dystonia biomarker data

The source data includes 37 biomarkers from 40 people with and without cervical dystonia (CD) provided by Laura Scorr, M.D. To start, let's just consider a subset of the biomarkers.

dystonia


jlucasmckay/JLmisc documentation built on Dec. 14, 2019, 9:33 p.m.