Description Usage Arguments Examples
View source: R/Sets2VennDiagram.R
Given a list of 2 to 5 sets, draw the Venn Diagram depecting their overlap. All parameters for VennDiagram will be passed trhough.
1 2 |
sets |
A List of 2-5 sets. If names are set, they will be used as category names. |
set.col |
A vector (length=sets) of colors for category fill and cat.col. If names are set, they will over-ride the sets names |
set.counts |
A boolean, if TRUE, the total number items in each category is appended to the title. If a string, then that is used as the separator, instead of a newline. |
category |
A vector (length=sets) of display names for the categories, which will override the names from sets and set.col. |
cat.col |
A vector (length=sets) giving the colours of the category names |
fill |
A vector (length=sets) giving the colours of the circles' areas |
... |
passed through to VennDiagram::draw.*.venn |
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.