Learn R Programming

upsetjs (version 1.11.1)

chartVennLayout: specify the chart venn layout

Description

specify the chart venn layout

Usage

chartVennLayout(upsetjs, padding = NULL)

Value

the object given as first argument

Arguments

upsetjs

an object of class upsetjs_venn or upsetjs_venn_proxy

padding

padding around the plot

Examples

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

Run the code above in your browser using DataLab