Description Usage Arguments Details Value Examples
find overlap between sets in a list
1 | findOverlap(setlist, xlim = c(0, 1), ylim = c(0, 1))
|
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. |
the function uses geom_path for the dendrogram, so ... takes all arguements that geom_path would also take, such as color, size, etc.
list with 2 items: a data.frame with information about the groups (sizes, coordinates, etc.), and a data.frame containing the x and y coordinates for the venn diagram
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.