Learn R Programming

ggVennDiagram (version 0.3)

plot_venn: plot codes

Description

plot codes

Usage

plot_venn(region_data, category, counts, label, ...)

Arguments

region_data

a list of two dataframes, which were used to plot polygon and label latter.

category

name of Set

counts

counts of items for every combinations

label

select one from c("count","percent","both")

...

Other arguments passed on to the polygon layer.

Value

ggplot object