plotVenn | R Documentation |
The function plots Venn object of the Vennerable package in a way that better suits my eyes
plotVenn(
venn,
main = "",
show = list(FaceText = "weight", Universe = FALSE),
...
)
venn |
Venn object from the Vennerable package |
main |
Figure title |
show |
default options |
... |
other parameters passed to plotVenn |
Side effect is used - a plot is generated
The function is applicable to Vennerable package version 3.0.
if(require("Vennerable")) {
myVenn <- list(A=LETTERS[1:24], B=LETTERS[3:8], C=LETTERS[5:9])
plotVenn(Venn(myVenn), main="Letters")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.