Re: [R] How to scale circle sizes in VennDiagram using draw.triple.venn

2016-12-22 Thread Ulrik Stervbo
Hi Yung-Chih, This works for me: library(Vennerable) data("StemCell") venn_res <- Venn(StemCell[1:3]) plot(venn_res, doWeights = TRUE) HTH Ulrik On Thu, 22 Dec 2016 at 20:54 Yung-Chih Lai wrote: > Hi Ulrik, > > It seems that VennDiagram cannot draw weighted diagrams. Many thanks for > your i

Re: [R] How to scale circle sizes in VennDiagram using draw.triple.venn

2016-12-22 Thread Yung-Chih Lai
Hi Ulrik, It seems that VennDiagram cannot draw weighted diagrams. Many thanks for your information. Best, Gary On Fri, Dec 16, 2016 at 4:09 PM, Ulrik Stervbo wrote: > I usually use the package Vennerable for all my Venn needs. It also has > the option to draw weighted diagrams. > > HTH > Ulr

Re: [R] How to scale circle sizes in VennDiagram using draw.triple.venn

2016-12-16 Thread Ulrik Stervbo
I usually use the package Vennerable for all my Venn needs. It also has the option to draw weighted diagrams. HTH Ulrik Yung-Chih Lai schrieb am Fr., 16. Dez. 2016, 21:40: > Hi, > > > The below is the command I used to create a Venn diagram with three sets. > However, the three circle sizes are

[R] How to scale circle sizes in VennDiagram using draw.triple.venn

2016-12-16 Thread Yung-Chih Lai
Hi, The below is the command I used to create a Venn diagram with three sets. However, the three circle sizes are the same. Could you show me how to adjust the circle size based on the area size? Many thanks. grid.newpage() draw.triple.venn(area1 = 9737, area2 = 13329, area3 = 6300, n12 = 8612,