setCombinations: set the vector of combinations

View source: R/data.R

setCombinationsR Documentation

set the vector of combinations

Description

set the vector of combinations

Usage

setCombinations(upsetjs, value)

Arguments

upsetjs

an object of class upsetjs

value

the vector of combinations

Value

the object given as first argument

Examples

upsetjs() %>%
  setCombinations(list(asCombination("a", c(1, 2, 3)))) %>%
  getCombinations()

upsetjs documentation built on July 13, 2022, 9:06 a.m.