js229 / Vennerable

Vennerable provides Venn diagrams in R. It displays Venn and Euler diagrams for up to 9 different sets and using a variety of geometries. It allows the display of area-weighted Venn diagrams and allows fine graphical control over the result.
90 stars 39 forks source link

triangles both in and out infeasible #6

Open js229 opened 8 years ago

js229 commented 8 years ago

Vcombo <- Venn(SetNames=c("Female","Visible Minority","CS Major"), Weight= c(0,4148,409,604,543,67,183,146) ) TCombo <- try(compute.T3(Vcombo))