Does anybody know how to display the count of each subset in a Venneuler plot? Also, how can I write the labels next to the circles instead of the default setting (inside the circles)? Thanks very much!!
Here's an example from the package manual:
vd <- venneuler(c(A=0.3, B=0.3, C=1.1, "A&B"=0.1, "A&C"=0.2, "B&C"=0.1 ,"A&B&C"=0.1))
plot(vd)