Label for a set of Venn diagram
1 2 3 4 5 6 7 8 9 10 | geom_venn_label_set(
data,
mapping = aes_(),
sets = NULL,
outwards_adjust = 2.5,
fill = alpha("white", 0.85),
size = 5,
label.size = 0,
...
)
|
data |
a dataframe including binary columns representing membership in sets |
mapping |
the aesthetics mapping |
sets |
vector with names of columns representing membership in sets |
outwards_adjust |
the multiplier defining the distance from the centre |
fill |
the fill of the label |
size |
the text size |
label.size |
the size of the label outline |
... |
Arguments passed on to
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.