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

Error while plotting venn plot #47

Open spundhir opened 6 years ago

spundhir commented 6 years ago

Hi,

When plotting the test data

Venn(n=3) data(StemCell) w <- Venn(Sets=StemCell[1:2]) Weights(w) Weights(w) <- 1:4 Venn(SetNames=letters[1:5]) plot(Vstem)

I am receiving following error:

Error in npoints[nextix, , drop = FALSE] : incorrect number of dimensions In addition: Warning message: In min(which(!fequal(fromdist, 0))) : no non-missing arguments to min; returning Inf

Any thoughts what could be the issue? The package was working fine the last time I used it.

Thanks,

sachin