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)
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
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.