chartVennLayout: specify the chart venn layout

View source: R/style.R

chartVennLayoutR Documentation

specify the chart venn layout

Description

specify the chart venn layout

Usage

chartVennLayout(upsetjs, padding = NULL)

Arguments

upsetjs

an object of class upsetjs_venn or upsetjs_venn_proxy

padding

padding around the plot

Value

the object given as first argument

Examples

upsetjsVennDiagram() %>%
  fromList(list(a = c(1, 2, 3), b = c(2, 3))) %>%
  chartVennLayout(padding = 10)

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