drawVennDiagram {ABarray}R Documentation

Draw Venn Diagram

Description

Drawing actual Venn diagram

Usage

drawVennDiagram(object, names, mar = rep(0.5, 4), cex = 1, ...)

Arguments

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

Value

a plot of Venn Diagram

Author(s)

Yongming Sun

References

Bioconductor Limma package

Examples

##---- Do not call this function directly !! ----

[Package ABarray version 1.52.0 Index]