knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

agitated

R build status CRAN_Release_Badge CRAN_Download_Badge

An UpSetR clone to soothe my agitated heart

Installation

You can install the released version of agitated from github with

devtools::install_github("Alanocallaghan/agitated")

Example

This is a basic example which shows you how to solve a common problem:

library("here")
library("devtools")
load_all(here())
library("agitated")
## exclusive intersections
agitated(example_data())
## exclusive intersections, higher limit on number of sets (default is 20)
agitated(example_data(), exclusive = FALSE, nsets = 30)


Alanocallaghan/agitated documentation built on July 29, 2021, 7:22 p.m.