View source: R/draw.sp.case.preprocess.R
draw.sp.case.preprocess | R Documentation |
Special case of draw.triple.venn. Internal use only.
See draw.triple.venn
Zhiyuan Wang
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();
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.