chartKarnaughMapLayout: specify the chart karnaugh map layout

View source: R/style.R

chartKarnaughMapLayoutR 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 upsetjs_kmap or upsetjs_kmap_proxy

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)

upsetjs documentation built on July 13, 2022, 9:06 a.m.