Description Usage Arguments Examples
This function does the following things: 1) get input from two vectors; 2) calculate the intersect between them; 3) show the relative ratio between the intersect size and the original sets. To some extent it has the same functionality as the venn plot.
1 |
set1 |
1st vector of values |
set2 |
2nd vector of values |
uniq |
should duplicated values be removed? |
xlab |
default title for the x axis |
ylab |
default title for the y axis |
... |
other parameters passed to 'plot' function |
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.