allVennDiagrams: Enumeration of Venn diagrams

View source: R/enumeration.R

allVennDiagramsR Documentation

Enumeration of Venn diagrams

Description

Given the cardinalities of some sets, returns all possible Venn diagrams of these sets.

Usage

allVennDiagrams(cardinalities, output = "dataframes")

Arguments

cardinalities

vector of positive integers

output

either "lists" or "dataframes"

Value

List of Venn diagrams.


amVennDiagram5 documentation built on Sept. 11, 2024, 9:15 p.m.