setCombinations {upsetjs} | R Documentation |
set the vector of combinations
Description
set the vector of combinations
Usage
setCombinations(upsetjs, value)
Arguments
upsetjs |
an object of class |
value |
the vector of combinations |
Value
the object given as first argument
Examples
upsetjs() %>%
setCombinations(list(asCombination("a", c(1, 2, 3)))) %>%
getCombinations()
[Package upsetjs version 1.11.1 Index]