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

View source: R/draw.sp.case.preprocess.R

draw.sp.case.preprocessR Documentation

Draw a special Venn Diagram with Three Sets. These are the non scaled cases

Description

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

Value

See draw.triple.venn

Author(s)

Zhiyuan Wang

Examples

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();

VennDiagram documentation built on April 13, 2022, 1:06 a.m.