Learn R Programming

upsetjs (version 1.3.1)

chartVennLayout: 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

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

# }

Run the code above in your browser using DataLab