Learn R Programming

upsetjs (version 1.11.1)

setSets: set the vector of sets

Description

set the vector of sets

Usage

setSets(upsetjs, value)

Value

the object given as first argument

Arguments

upsetjs

an object of class upsetjs

value

the vector of sets

Examples

Run this code
upsetjs() %>%
  setCombinations(list(asSet("a", c(1, 2, 3)))) %>%
  getSets()

Run the code above in your browser using DataLab