Description Usage Arguments Details Value Author(s) Examples
Given an object of class Venn
, compute an appropriate diagram.
1 | compute.Venn(V, doWeights = TRUE, doEuler = FALSE, type)
|
V |
An object of class |
doWeights |
Logical |
doEuler |
Logical |
type |
One of |
For more details see the package vignette with vignette("Venn")
An object of class VennDrawing
Jonathan Swinton (jonathan@swintons.net)
1 2 3 | setList <- strsplit(month.name,split="")
names(setList) <- month.name
compute.Venn(Venn(setList[1:3]))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.