| hd_venn_set | R Documentation |
Creates one set entry describing a single, non-overlapping set region.
Pass the result directly into the sets list of hd_geom_venn().
hd_venn_set(id, name, value)
id |
Character. Short identifier used to reference this set in
intersection entries. E.g. |
name |
Character. Human-readable label shown inside the circle. |
value |
Numeric. Area / size of this set region (excluding overlaps). |
A named list suitable for inclusion in the sets argument of
hd_geom_venn().
hd_venn_set("A", "Animals", 5)
#> list(sets = list("A"), name = "Animals", value = 5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.