#' @title Create a Layer to Add to \code{ggplot} Objects
#'
#' @description Generate a \code{\link[ggplot2]{<%= geom %>}} layer to add to
#' existing \code{ggplot} objects. The new plot data and aesthetics are stored
#' at the \code{geom} level
#'
#' @return A \code{\link[ggplot2]{<%= geom %>}} layer to add to
#' \code{ggplot} objects
#'
#' @seealso \code{\link[ggplot2:autolayer]{ggplot2::autolayer}()},
#' \code{\link[ggplot2:<%= geom %>]{ggplot2::<%= geom %>}()}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.