powered by
specify chart labels
chartVennLabels(upsetjs, title = NULL, description = NULL)
an object of class upsetjs_venn or upsetjs_venn_proxy
upsetjs_venn
upsetjs_venn_proxy
the chart title
the chart description
the object given as first argument
# 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