Learn R Programming

colorfulVennPlot (version 2.4)

Plot and add custom coloring to Venn diagrams for 2-dimensional, 3-dimensional and 4-dimensional data.

Description

Given 2-,3- or 4-dimensional data, plots a Venn diagram, i.e. 'crossing circles'. The user can specify values, labels for each circle-group and unique colors for each plotted part. Here is what it would look like for a 3-dimensional plot: http://elliotnoma.files.wordpress.com/2011/02/venndiagram.png. To see what the 4-dimensional plot looks like, go to http://elliotnoma.files.wordpress.com/2013/03/4dplot.png.

Copy Link

Version

Install

install.packages('colorfulVennPlot')

Monthly Downloads

57

Version

2.4

License

GPL-2

Maintainer

Elliot Noma

Last Published

November 12th, 2013

Functions in colorfulVennPlot (2.4)

plotVenn3d

Plot Venn diagram for 3-dimensional data.
colorfulVennPlot-package

Venn diagram with user-specified colors for 2-dimensional, 3-dimensional and 4-dimensional data
resizeCircles

Match the areas of the 2 circles and their overlap to the input values for X, Y and the intersection of X and Y.
plotVenn4d

Plot Venn diagram for 4-dimensional data.
plotVenn

Plot Venn diagram for 2-, 3-, 4- dimensional data.
createVennData

Generates data for plotVenn3d()
plotVenn2d

Plot Venn diagram for 2-dimensional data.