Re: [R] Venn diagram

2007-05-31 Thread Paul Artes
I'm really glad to see this topic come up. Area-proportional Venn diagrams are a phantastic way to visualize agreement. For the 2-rater scenario this is straightforward; here are two examples from my own work that were done in R. (I'm far too embarrassed to enclose the code). http://myweb.dal.ca/

Re: [R] Venn diagram

2007-05-31 Thread Gabor Grothendieck
There is a venn package at these links: http://fisher.stats.uwo.ca/faculty/murdoch/repos/html/vennv1.5.html http://www.jstatsoft.org/v11/c01/ On 5/31/07, Earl F. Glynn <[EMAIL PROTECTED]> wrote: > I'm not sure where you're getting the "venn" package. I don't find "venn" in > either of these place

Re: [R] Venn diagram

2007-05-31 Thread Earl F. Glynn
I'm not sure where you're getting the "venn" package. I don't find "venn" in either of these places: - http://cran.r-project.org/src/contrib/PACKAGES.html - http://www.bioconductor.org/packages/release/Software.html In case this helps, here are some notes about creating Venn Diagrams using the

Re: [R] Venn diagram

2007-05-31 Thread Adaikalavan Ramasamy
I cannot find the venn package (searched the author's page and googled) despite some posts referring to it, so I cannot help you. But I can suggest you check out the varpart in vegan package, vennDiagram in limma package or http://finzi.psych.upenn.edu/R/Rhelp02a/archive/14637.html Regards, Ada

Re: [R] venn diagram with more than three vectors

2006-09-26 Thread Oosting, J. \(PATH\)
I am not aware of existing functions to draw venn diagrams with more than 3 sets, but you could have a look at http://en.wikipedia.org/wiki/Venn_diagram to see how these can be constructed. Jan Oosting -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Pan

Re: [R] venn diagram with more than three vectors

2006-09-26 Thread Gavin Simpson
On Tue, 2006-09-26 at 10:02 +0200, Oosting, J. (PATH) wrote: > I am not aware of existing functions to draw venn diagrams with more > than 3 sets, but you could have a look at > http://en.wikipedia.org/wiki/Venn_diagram to see how these can be > constructed. > > Jan Oosting Package vegan has a f