Re: [R] Venn Diagram corresponding to size in R

2011-03-10 Thread Oscar Reina
Hi Shira, you can also try with an R-forge package called Vennerable. It has been in alpha status for a while now, but so far it has been very useful for all our needs regarding Venn diagrams. https://r-forge.r-project.org/projects/vennerable/ https://r-forge.r-project.org/projects/vennerable/

Re: [R] Venn Diagram corresponding to size in R

2011-03-09 Thread Matt Shotwell
Try here: https://stat.ethz.ch/pipermail/r-help/2003-February/029393.html On Tue, 2011-03-08 at 20:25 -0500, Shira Rockowitz wrote: > I was wondering if anyone could help me figure out how to make a Venn > diagram in R where the circles are scaled to the size of each dataset. I > have looked at

Re: [R] Venn Diagram corresponding to size in R

2011-03-09 Thread Karl Brand
Hi Shira, Check out "venneuler" http://cran.r-project.org/web/packages/venneuler/index.html Labelling can be a little tricky, but if you search this forum for "venneuler" you'll find some tips which helped me. hth, karl On 03/09/2011 02:25 AM, Shira Rockowitz wrote: I was wondering if an

[R] Venn Diagram corresponding to size in R

2011-03-08 Thread Shira Rockowitz
I was wondering if anyone could help me figure out how to make a Venn diagram in R where the circles are scaled to the size of each dataset. I have looked at the information for venn (in gplots) and vennDiagram (in limma) and I cannot seem to figure out what parameter to change. I have looked thi