Description Usage Arguments Value Author(s) Examples
Given a collection of Sets, Venn
will compute all possible
combinations of intersections and return an object of class Venn
, storing the combinations as well
as the number of elements in each intersection (the 'weights').
It will also accept a specification of the weights directly,
or simply of the number of sets desired.
1 2 3 |
Sets |
A list, each element of which can be a list defining the members of a Set |
Weight |
A named vector of weights to associate with each possible combination of Set intersections.
Ignored if |
SetNames |
A character vector of names for each Set. Ignored if |
numberOfSets |
An integer for the number of Sets. Ignored if |
object |
An object of class |
value |
An object like |
An object of class Venn
Jonathan Swinton (jonathan@swintons.net)
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.