Description Usage Arguments Details Value Examples
Imports: ggplot2
1 2 3 4 5 6 7 8 9 10 11 12 13 |
setlist |
list of character vectors. |
xlim |
vector with 2 numbers, x axis limits for the venn diagram. |
ylim |
vector with 2 numbers, y axis limits for the venn diagram. |
textsize |
integer, defining the text size of the numbers in the graph. |
fillCol |
boolean, should the fill color indicate the list items? |
borderCol |
boolean, should the border color indicate the list items? |
fixedCoords |
boolean, should coord_fixed be applied? If TRUE, makes the graph into a square. |
... |
Other arguments passed on to |
the function uses geom_polygon for the dendrogram, so ... takes all arguements that geom_polygon would also take, such as color, size, alpha, etc.
a ggplot2 layer objects (geom_polyon for the venn diagram) that can directly be added to a ggplot2 object
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.