Learn R Programming

VennDiagram (version 1.7.3)

draw.sp.case.preprocess: Draw a special Venn Diagram with Three Sets. These are the non scaled cases

Description

Special case of draw.triple.venn. Internal use only.

Arguments

Value

See draw.triple.venn

Author

Zhiyuan Wang

Examples

Run this code
venn.plot <- draw.triple.venn(
	area1 = 4,
	area2 = 3,
	area3 = 4,
	n12 = 2,
	n23 = 2,
	n13 = 2,
	n123 = 1,
	category = c('A', 'B', 'C'),
	fill = c('red', 'blue', 'green'),
	cat.col = c('red', 'blue', 'green'),
	cex = c(1/2,2/2,3/2,4/2,5/2,6/2,7/2),
	cat.cex = c(1,2,3),
	euler = TRUE,
	scaled = FALSE
	);
dev.off();

Run the code above in your browser using DataLab