Learn R Programming

ABarray (version 1.40.0)

drawVennDiagram: 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

References

Bioconductor Limma package

Examples

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

Run the code above in your browser using DataLab