Learn R Programming

ABarray (version 1.40.0)

doVennDiagram: Create Venn Diagram

Description

Create Venn diagram from lists.

Usage

doVennDiagram(a, b, c = NULL, names, ...)

Arguments

a
a vector of first list
b
a vector of second list
c
a vector of third list, optional
names
a vector for the name of the set
...
additional graphical parameter

Value

A plot of Venn diagram

Details

The funciton will create Venn diagram. If two lists (a and b) are provided, two-way Venn diagram will produced. If three lists (a, b, and c) are provided, three-way Venn diagram will be produced.

This function depends on some functions of limma package, and is derived from limma package.

References

Bioconductor limma package.

Examples

Run this code


Run the code above in your browser using DataLab