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 function (varpart) and plot method that will draw venn diagrams with up to 4 sets. It works on results from redundancy analyses, but you could probably adapt it to your needs. HTH G > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Pan Zheng > Sent: dinsdag 26 september 2006 2:09 > To: [email protected] > 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 venn diagram with more than 3 vectors? > > Please help. > > Thanks. > > Z > > ______________________________________________ > [email protected] mailing list > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. -- %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~% *Note new Address and Fax and Telephone numbers from 10th April 2006* %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~% Gavin Simpson [t] +44 (0)20 7679 0522 ECRC [f] +44 (0)20 7679 0565 UCL Department of Geography Pearson Building [e] gavin.simpsonATNOSPAMucl.ac.uk Gower Street London, UK [w] http://www.ucl.ac.uk/~ucfagls/cv/ WC1E 6BT [w] http://www.ucl.ac.uk/~ucfagls/ %~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~%~% ______________________________________________ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.
