knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
An UpSetR clone to soothe my agitated heart
You can install the released version of agitated from github with
devtools::install_github("Alanocallaghan/agitated")
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.