Learn R Programming

upsetjs (version 1.3.1)

chartVennLabels: specify chart labels

Description

specify chart labels

Usage

chartVennLabels(upsetjs, title = NULL, description = NULL)

Arguments

upsetjs

an object of class upsetjs_venn or upsetjs_venn_proxy

title

the chart title

description

the chart description

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))) %>% chartVennLabels(title="Test")

# }

Run the code above in your browser using DataLab