drawVennDiagram {ABarray} | R Documentation |
Drawing actual Venn diagram
drawVennDiagram(object, names, mar = rep(0.5, 4), cex = 1, ...)
object |
VennCounts object produced by VennCounts , which
is numeric matrix with last column "Counts" giving counts for each
possible vector outcome |
names |
optional character vector giving names for the sets |
mar |
numeric vector of length 4 specifying the width of the margins around the plot. This argument is passed to par. |
cex |
numerical value giving the amount by which the contrast names should be scaled on the plot relative to the default.plotting text. See par. |
... |
any other arguments are passed to plot |
a plot of Venn Diagram
Yongming Sun
Bioconductor Limma package
##---- Do not call this function directly !! ----