Learn R Programming

upsetjs (version 1.11.1)

getCombinations: extract the vector of combinations

Description

extract the vector of combinations

Usage

getCombinations(upsetjs)

Value

vector of sets

Arguments

upsetjs

an object of class upsetjs

Examples

Run this code
upsetjs() %>%
  fromList(list(a = c(1, 2, 3), b = c(2, 3))) %>%
  getCombinations()

Run the code above in your browser using DataLab