chartKarnaughMapLayout {upsetjs} | R Documentation |
specify the chart karnaugh map layout
Description
specify the chart karnaugh map layout
Usage
chartKarnaughMapLayout(
upsetjs,
padding = NULL,
bar.padding = NULL,
numerical.scale = NULL
)
Arguments
upsetjs |
an object of class |
padding |
padding around the plot |
bar.padding |
padding ratio (default 0.1) for the bar charts |
numerical.scale |
numerical scale: linear (default) or log |
Value
the object given as first argument
Examples
upsetjsKarnaughMap() %>%
fromList(list(a = c(1, 2, 3), b = c(2, 3))) %>%
chartKarnaughMapLayout(padding = 10)
[Package upsetjs version 1.11.1 Index]