Description Usage Arguments Details Value Examples
Venn diagram beween two sets A and B
1 | VennAB(A_NAME, A, B_NAME, B, MAIN, SUB)
|
A_NAME |
The name of the first set (character string). |
A |
The first set (vector). |
B_NAME |
The name of the second set (character string). |
B |
The second set (vector). |
MAIN |
The main title (character string). |
SUB |
The subtitle under the main title (character string). The venn diagram is plotted in grid.draw(). |
This is a simple function wrapping venn.diagram()
function from
the VennDiagram package, with a standard arbitrary look and feel.
Plots the diagram without returning a value.
1 2 3 4 5 6 7 | ## Not run:
VennAB( "Name of group A", groupA
, "Name of group B", groupB
, "Main title"
, "subtitle")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.