powered by
specify the chart karnaugh map layout
chartKarnaughMapLayout( upsetjs, padding = NULL, bar.padding = NULL, numerical.scale = NULL )
the object given as first argument
an object of class upsetjs_kmap or upsetjs_kmap_proxy
upsetjs_kmap
upsetjs_kmap_proxy
padding around the plot
padding ratio (default 0.1) for the bar charts
numerical scale: linear (default) or log
upsetjsKarnaughMap() %>% fromList(list(a = c(1, 2, 3), b = c(2, 3))) %>% chartKarnaughMapLayout(padding = 10)
Run the code above in your browser using DataLab