plot codes
plot_venn(
region_data,
category,
counts,
show_intersect,
label,
label_geom,
label_alpha,
...
)
a list of two dataframes, which were used to plot polygon and label latter.
name of Set
counts of items for every combinations
whether add a hidden text to polygons in the plot, the text can be further visualized by `plotly::ggplotly()`
select one from c("count","percent","both")
choose from geom_label and geom_text
set 0 to remove label background
Other arguments passed on to the polygon layer.
ggplot object