Description Usage Arguments Examples
Given a vector of 7 values, which describe 3-dimensional data, it plots up Venn diagram, i.e. 'crossing circles'. The user is able to specify values, labels for each circle-group and colors.
1 2 3 4 5 6 7 8 9 10 |
x |
a numeric vector of length 7, with names c("001","010","011","100","101","110","111") in suitable order. |
labels |
a character vector of length 2, providing names for the 2 groups/dimensions. |
Colors |
a vector of color names for the backgrounds of each part of the diagram. |
Title |
optional: a character vector of length 1, specifying title for the whole plot. |
num.size |
sets the font size for the numbers inside the Venn diagram. |
shrink |
a numeric value, specifying zooming effect of the plot, defaults to 1. |
rot |
a numeric value, specifying the number of degrees to rotate the graph. |
printvals |
boolean value indicating whether to print the values of the groups. default=TRUE |
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.