| all_set_combinations | R Documentation |
Generates labels in cardinality-first order: singletons first, then pairs, then triples, etc. Within each cardinality, set names appear in their original order. Used only by the Venn path (bounded at n = 5).
all_set_combinations(setnames)
setnames |
a character vector of set names |
A character vector of length 2^n - 1.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.