Description Usage Arguments Details Author(s) Examples
This is the function called by the plot
generic for objects of class VennDrawing
.
1 | PlotVennGeometry(C3, gpList, show = list(FaceText = "weight"))
|
C3 |
An object of class |
gpList |
A list of lists of graphical parameters. The |
show |
A list of options controlling what is shown. Defaults are |
The algorithm for displaying face annotation is pretty crude. The annotation corresponding to each member of the
FaceText
vector is displayed on a single line. weight
and signature
display the associated
weight and signature for the face. sets
produces a concatenated version of the names of the sets in the face,
while elements
does the same for the elements; both of these only really work for single character set names or elements.
Jonathan Swinton (jonathan@swintons.net)
1 2 3 4 5 | library(Vennerable)
setList <- strsplit(month.name,split="")
names(setList) <- month.name
C3 <- compute.Venn(Venn(setList[1:3]))
PlotVennGeometry(C3,show=list(FaceText="signature"),gp=VennThemes(C3,colourAlgorithm="signature"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.