chartVennLayout {upsetjs} | R Documentation |
specify the chart venn layout
Description
specify the chart venn layout
Usage
chartVennLayout(upsetjs, padding = NULL)
Arguments
upsetjs |
an object of class |
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)
[Package upsetjs version 1.11.1 Index]