powered by
creates a new UpSet set combination structure
asCombination( name, elems = c(), type = "intersection", sets = strsplit(name, "&"), cardinality = length(elems), color = NULL )
the set object
name of the set combination
the elements of the set combination
the set combination type (intersection,distinctIntersection,union,combination)
the sets this combination is part of
the cardinality of the set, default to length(elems)
length(elems)
the color of the set
asCombination("a", c(1, 2, 3))
Run the code above in your browser using DataLab