powered by
generates the sets from a lists object
fromList( upsetjs, value, order.by = "cardinality", limit = NULL, shared = NULL, shared.mode = "click", colors = NULL, c_type = NULL )
the object given as first argument
an object of class upsetjs or upsetjs_proxy
upsetjs
upsetjs_proxy
the list input value
order intersections by cardinality or name
limit the ordered sets to the given limit
a crosstalk shared data frame
whether on 'hover' or 'click' (default) is synced
the optional list with set name to color
the combination type to use or "none" for disabling initial generation
upsetjs() %>% fromList(list(a = c(1, 2, 3), b = c(2, 3)))
Run the code above in your browser using DataLab