Hi,
The below is the command I used to create a Venn diagram with three sets.
However, the three circle sizes are the same. Could you show me how to
adjust the circle size based on the area size? Many thanks.
grid.newpage()
draw.triple.venn(area1 = 9737, area2 = 13329, area3 = 6300, n12 = 8612, n23
= 6176, n13 = 5781, n123 = 5748, category = c("G8_13", "G8_14", "G8_15"),
lty = "blank", fill = c("pink", "light blue", "orange"))
Best,
Gary