make.venn.counts {metaseqR} | R Documentation |
This function creates a list with names the arguments of
the Venn diagram construction functions of the R package
VennDiagram and list members are initially NULL
.
They are filled by the diagplot.venn
function. Internal use mostly.
make.venn.counts(n)
n |
the number of the sets used for the Venn diagram. |
A named list, see descritpion.
Panagiotis Moulos
sets <- c("apple","pear","banana") counts <- make.venn.counts(length(sets))