venn_plot_data | R Documentation |
Get VennPlotData slot
venn_regionedge(obj)
venn_regionlabel(obj)
venn_setedge(obj)
venn_setlabel(obj)
venn_set(obj)
venn_region(obj)
obj |
a list that stores all the data from the S3 class 'VennPlotData' object |
a tibble
venn = Venn(list(A=1:5,B=2:7,C=3:6,D=4:9))
obj = process_data(venn)
venn_regionlabel(obj) # return regionLabel data
venn_regionedge(obj) # return regionEdge data
venn_setlabel(obj) # return setLabel data
venn_setedge(obj) # return setEdge data
venn_set(obj) # set items
venn_region(obj) # region items
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.