upsetjs - factory for UpSet.js Karnaugh Map HTMLWidget

upsetjsKarnaughMap(
  width = "100%",
  height = NULL,
  elementId = NULL,
  sizingPolicy = upsetjsSizingPolicy()
)

Arguments

width

width of the element

height

height of the element

elementId

unique element id

sizingPolicy

htmlwidgets sizing policy object. Defaults to upsetjsSizingPolicy()

Value

An object of class upsetjs_venn and htmlwidget

Examples

upsetjsKarnaughMap() %>% fromList(list(a = c(1, 2, 3), b = c(2, 3)))