View source: R/draw.sp.case.scaled.R
draw.sp.case.scaled | R Documentation |
Special case of draw.triple.venn. Internal use only.
See draw.triple.venn
Zhiyuan Wang
venn.plot <- draw.triple.venn( area1 = 2, area2 = 1, area3 = 3, n12 = 1, n23 = 1, 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.