Circle for Venn diagram
1 2 3 4 5 6 7 8 9 10 | geom_venn_circle(
data,
mapping = aes_(),
sets = NULL,
radius = 1.5,
resolution = 100,
size = 0.8,
color = "black",
...
)
|
data |
a dataframe including binary columns representing membership in sets |
mapping |
the aesthetics mapping |
sets |
vector with names of columns representing membership in sets |
radius |
the radius of the circle |
resolution |
the resolution of the circle rasterizer |
size |
width of the outline |
color |
the color of the outline |
... |
Arguments passed on to
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.