#' @importFrom ggplot2 ggplot aes aes_string
#' geom_bar geom_point geom_line geom_path
#' scale_x_discrete scale_x_continuous scale_y_continuous
#' scale_color_manual
#' expand_scale coord_flip
#' expansion
#' theme labs theme_void element_blank
#' @importFrom cowplot plot_grid
#' @importFrom stats setNames
#' @importFrom utils combn
NULL
#' @name agitated
#'
#' @title agitated: "Upset" style plots for visualising set interactions
#'
#' @description
#' A lightweight (and reasonably efficient) alternative to the UpSetR
#' package. These plots allow visualisation of an arbitrary number of set
#' interactions (see http://doi.org/gbjxr9).
#'
#' @section agitated functions:
#' agitated: produce an upset plot
#'
#' @docType package
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.