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

[R] Venn diagram

2007-05-31 Thread Nina Hubner
Hello, I am a total beginner with “R” and found a package “venn” to create a venn diagram. The problem is, I cannot create the vectors required for the diagram. The manual say: "R> venn(accession, libname, main = "All samples") where accession was a vector containing the codes identifying

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

2006-09-26 Thread Oosting, J. \(PATH\)
Zheng Sent: dinsdag 26 september 2006 2:09 To: r-help@stat.math.ethz.ch Subject: [R] venn diagram with more than three vectors Hi, I am using venn diagram function in AMDA to plot the venn diagram. But it seems in this function, it can only plot 3 or less vectors. Is there a way to plot the

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

2006-09-26 Thread Gavin Simpson
On Behalf Of Pan Zheng > Sent: dinsdag 26 september 2006 2:09 > To: r-help@stat.math.ethz.ch > Subject: [R] venn diagram with more than three vectors > > Hi, > > I am using venn diagram function in AMDA to plot the venn diagram. But > it seems in this function, it can

[R] venn diagram with more than three vectors

2006-09-26 Thread Pan Zheng
Hi, I am using venn diagram function in AMDA to plot the venn diagram. But it seems in this function, it can only plot 3 or less vectors. Is there a way to plot the venn diagram with more than 3 vectors? Please help. Thanks. Z