Description Usage Arguments Value Author(s) Examples
View source: R/metaseqr.plot.R
This function creates a list with names the arguments of the Venn diagram construction functions of the R package VennDiagram and list members the internal encoding (uppercase letters A to E and combinations among then) used to encode the pairwise comparisons to create the intersections needed for the Venn diagrams. Internal use mostly.
1 |
n |
the number of the sets used for the Venn diagram. |
A named list, see descritpion.
Panagiotis Moulos
1 2 3 | sets <- c("apple","pear","banana")
pairs <- make.venn.pairs(sets)
areas <- make.venn.areas(length(sets))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.