R/package.R

#' @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
Alanocallaghan/agitated documentation built on July 29, 2021, 7:22 p.m.