allVennDiagrams {amVennDiagram5}R 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.


[Package amVennDiagram5 version 1.0.0 Index]