R Venn Diagram package Venerable unavailable - alternative package?

后端 未结 5 1948
小鲜肉
小鲜肉 2020-12-20 06:57

I need to plot area proportional Venn Diagrams with at least 5 variables.

I tried to install Vennerable package but its just not available anymore. Link to windows b

5条回答
  •  一整个雨季
    2020-12-20 07:11

    Follow this:

    source("http://bioconductor.org/biocLite.R")       
    biocLite("graph")       
    biocLite("RBGL")       
    biocLite("RColorBrewer")       
    biocLite("gtools")       
    biocLite("reshape" 
    install.packages("Vennerable", repos="http://R-Forge.R-project.org") 
    

提交回复
热议问题