Displaying 1 result from an estimated 1 matches for "myvenn".
Did you mean:
mvenn
2011 Oct 02
1
generating Venn diagram with 6 sets
...9,"C&D&F"=4902,"C&D"=101947,"C&E&F"=3326,"C&E"=77289,"C&F"=20125,C=
689330,"D&E&F"=892,"D&E"=22666,"D&F"=4661,D=200020,"E&F"=8518,E=521290,F=
401622))
pdf("myvenn.pdf")
plot(vd)
dev.off()
#####################################################################
# (2) the problem of the plot venneuler generated me is sets (A,B,C,D,E,F)
should shared 69604 elements.
# But, it illustrated nothing for me for this 6 sets sharing.
######################...