Description Usage Arguments Value
Show Venn diagram. Automatically called from plotVenn.
1 2 3 4 5 6 7 8 9 10 11 12 |
nVennObj |
Object with nVennR information. Can be obtained from a plotVenn call. |
opacity |
Fill opacity for the sets. Defaults to 0.4. |
borderWidth |
Width of set borders. Defaults to 1. |
showLegend |
Boolean stating whether the resulting figure should contain a legend. Defaults to true. |
outFile |
File name to save SVG figure. If empty, a temp file will be created and sent to the graphic device. |
systemShow |
Show the result in the system SVG viewer (i. e., Inkscape). |
labelRegions |
Show region identifiers. These are numbers in parentheses inside each region indicating which sets that region belongs to. Defaults to true |
showNumbers |
Show how many elements belong to each region (large numbers in the figure). Defaults to true |
setColors |
Vector with the color of each set in order. Color names must be CSS-compatible. |
fontScale |
Multiplier for font sizes. The font size of both numbers and region labels will be multiplied by this factor. Values larger than 2 will probably make labels clash. |
Processed nVenn object. Creates a Venn diagram in svg as a side effect.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.